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
+2
View File
@@ -162,6 +162,8 @@
return FALSE
/mob/proc/can_put_in_hand(I, hand_index)
if(hand_index > held_items.len)
return FALSE
if(!put_in_hand_check(I))
return FALSE
if(!has_hand_for_held_index(hand_index))