From c554f0567e7d1a5790f94530f2f02d7f52a060fc Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:57:28 -0700 Subject: [PATCH] Update human.dm --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 2db9137401..f653c96cbc 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1011,7 +1011,7 @@ if(buckled_mobs && ((target in buckled_mobs) || (buckled_mobs.len >= max_buckled_mobs)) || buckled) return if(istype(target, /mob/living/silicon/pai)) - hands_needed = 0 + hands_needed = 1 target_hands_needed = 0 var/equipped_hands_self var/equipped_hands_target