mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Correct typo in expected key when hash parsing.
This commit is contained in:
@@ -40,6 +40,9 @@ def parse_hash(npc, hash)
|
|||||||
# TODO
|
# TODO
|
||||||
elsif key == :delta_bounds
|
elsif key == :delta_bounds
|
||||||
# TODO
|
# TODO
|
||||||
|
elsif key == :circular_bounds
|
||||||
|
radius = value
|
||||||
|
# TODO
|
||||||
elsif key == :spawn_animation
|
elsif key == :spawn_animation
|
||||||
npc.play_animation(Animation.new(value))
|
npc.play_animation(Animation.new(value))
|
||||||
elsif key == :spawn_graphic
|
elsif key == :spawn_graphic
|
||||||
|
|||||||
Reference in New Issue
Block a user