mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
* Fix mob.stop_animation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user