Update teleport.rb

Was never adding xp for teleporting
This commit is contained in:
WizardJesse1
2015-12-29 18:13:50 -05:00
parent ba1537a9e4
commit 10a3cfb3ac
+1 -1
View File
@@ -52,7 +52,7 @@ class TeleportingAction < SpellAction
mob.stop_graphic
mob.play_animation(MODERN_TELE_END_ANIM)
mob.teleport(@spell.destination)
mob.skill_set.add_experience(MAGIC_SKILL_ID, @spell.experience)
mob.skill_set.add_experience(Skill::MAGIC, @spell.experience)
stop
end
end