Correct typo in expected key when hash parsing.

This commit is contained in:
Major-
2014-02-15 22:41:09 +00:00
parent 9d82797bd6
commit 6a493fd629
@@ -40,6 +40,9 @@ def parse_hash(npc, hash)
# TODO
elsif key == :delta_bounds
# TODO
elsif key == :circular_bounds
radius = value
# TODO
elsif key == :spawn_animation
npc.play_animation(Animation.new(value))
elsif key == :spawn_graphic