diff --git a/custom/characters/pi_creature.py b/custom/characters/pi_creature.py index e0b916e..a88ed68 100644 --- a/custom/characters/pi_creature.py +++ b/custom/characters/pi_creature.py @@ -174,7 +174,7 @@ class PiCreature(SVGMobject): return self def change(self, new_mode, look_at_arg=None): - animation = self.change_mode(new_mode) + animation = self.animate.change_mode(new_mode) if look_at_arg is not None: animation = animation.look_at(look_at_arg) return animation