* Fix mob.stop_animation

This commit is contained in:
Jesse Woolsey
2016-02-13 08:32:32 -05:00
parent 574371f578
commit d5aa94ab6c
+1 -1
View File
@@ -47,7 +47,7 @@ class TeleportingAction < SpellAction
mob.play_graphic(MODERN_TELE_GRAPHIC)
elsif @pulses == 3
mob.stop_graphic
mob.stopAnimation
mob.stop_animation
mob.teleport(@spell.destination)
mob.skill_set.add_experience(Skill::MAGIC, @spell.experience)
stop