From 7dcc14c2f4686ea7c7223896c0f56cfeb2447ea3 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:25:56 +0200 Subject: [PATCH] I am legally stupid (#22047) --- code/modules/mob/living/carbon/human/human_mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_mob.dm b/code/modules/mob/living/carbon/human/human_mob.dm index d04c0307ebb..9f59245eca0 100644 --- a/code/modules/mob/living/carbon/human/human_mob.dm +++ b/code/modules/mob/living/carbon/human/human_mob.dm @@ -1053,7 +1053,7 @@ if(!affecting) . = FALSE fail_msg = "[p_they(TRUE)] [p_are()] missing that limb." - if(affecting.is_robotic()) + else if(affecting.is_robotic()) . = FALSE fail_msg = "That limb is robotic." if(wear_suit && !HAS_TRAIT(wear_suit, TRAIT_PUNCTURE_IMMUNE) && piercing)