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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user