Fixed instant summon behavior with simple animals (#35780)

Removed hand slots from lots of things that should not have them
This commit is contained in:
Cruix
2018-02-19 13:04:26 -08:00
committed by CitadelStationBot
parent fef23bd7cc
commit 558b87ce65
8 changed files with 12 additions and 6 deletions
@@ -101,7 +101,7 @@
if(item_to_retrieve.loc)
item_to_retrieve.loc.visible_message("<span class='warning'>The [item_to_retrieve.name] suddenly disappears!</span>")
if(!L.put_in_hands(item_to_retrieve))
item_to_retrieve.forceMove(L.loc)
item_to_retrieve.forceMove(L.drop_location())
item_to_retrieve.loc.visible_message("<span class='caution'>The [item_to_retrieve.name] suddenly appears!</span>")
playsound(get_turf(L), 'sound/magic/summonitems_generic.ogg', 50, 1)
else