mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Update items.dm (#26734)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user