Fixed Enchant Ring Animation

Currently uses the correct animation now
This commit is contained in:
WizardJesse1
2016-02-09 16:56:02 -05:00
parent 4526797095
commit e5033965ee
+1 -1
View File
@@ -8,7 +8,7 @@ ENCHANT_SPELLS = {}
ENCHANT_ITEMS = {}
RING_GFX = Graphic.new(238, 0, 100)
RING_ANIM = Animation.new(713) # TODO: an alchemy animation for enchanting?
RING_ANIM = Animation.new(931)
LOW_NECK_GFX = Graphic.new(114, 0, 100)
LOW_NECK_ANIM = Animation.new(719)