From 6a493fd6292ab34e494050343f0c689908919c53 Mon Sep 17 00:00:00 2001 From: Major- Date: Sat, 15 Feb 2014 22:41:09 +0000 Subject: [PATCH] Correct typo in expected key when hash parsing. --- data/plugins/entity-spawning/npc-spawn.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/plugins/entity-spawning/npc-spawn.rb b/data/plugins/entity-spawning/npc-spawn.rb index 4913cc57..42fd10fc 100644 --- a/data/plugins/entity-spawning/npc-spawn.rb +++ b/data/plugins/entity-spawning/npc-spawn.rb @@ -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