From 393316bf63512134f17f10d4480a25376f90f7e3 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:59:49 +0100 Subject: [PATCH] Update items.dm (#26734) --- code/game/objects/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 57030db9478..e3e61766f97 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -1014,7 +1014,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons if(!istype(cig)) return null - if(user.zone_selected != "mouth" || !user.a_intent == INTENT_HELP) + if(!direct_attackby_item && (user.zone_selected != "mouth" || user.a_intent != INTENT_HELP)) return null if(cig.lit)