Update items.dm (#26734)

This commit is contained in:
CRUNCH
2024-09-26 17:59:49 +00:00
committed by GitHub
parent 793efb00df
commit 393316bf63
+1 -1
View File
@@ -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)