From 1bf131337541418818af1b2bf24e8c5d17e18ff2 Mon Sep 17 00:00:00 2001 From: Chap Date: Thu, 18 Sep 2025 08:12:49 +0200 Subject: [PATCH] You no longer attack yourself when you don't have enough fuel left in your welding tank to repair (#30352) Co-authored-by: adrermail@gmail.com --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 51c4913c2a1..7bc6d8d9c78 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -90,7 +90,7 @@ emp_act if(user.a_intent != INTENT_HELP) return if(!I.tool_use_check(user, 1)) - return + return TRUE var/obj/item/organ/external/S = bodyparts_by_name[user.zone_selected] if(!S) if(ismachineperson(src))