* Fix Spam Clicking for Magic

* Fix OverRide Magic Spells
* Fix Process Element check
* Runes Read In the correct of how Runescape does (primary, elemental)
* Changed MAGIC_SKILL_ID for add exp to Skill::Magic
This commit is contained in:
Jesse Woolsey
2016-02-13 03:21:47 -05:00
parent 8bc3ba60ac
commit 574371f578
5 changed files with 27 additions and 27 deletions
-1
View File
@@ -37,7 +37,6 @@ class AlchemyAction < ItemSpellAction
if @pulses == 0
mob.play_animation(@spell.animation)
mob.play_graphic(@spell.graphic)
mob.send(DISPLAY_SPELLBOOK)
inventory = mob.inventory
gold = (item.definition.value * @spell.multiplier)