mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Allow lighting IPC cigarettes with welder by targeting mouth. (#32305)
This commit is contained in:
@@ -93,7 +93,7 @@ emp_act
|
||||
return TRUE
|
||||
var/obj/item/organ/external/S = bodyparts_by_name[user.zone_selected]
|
||||
if(!S)
|
||||
if(ismachineperson(src))
|
||||
if(ismachineperson(src) && !(user.zone_selected == "mouth" && istype(src.wear_mask, /obj/item/clothing/mask/cigarette/)))
|
||||
to_chat(user, SPAN_NOTICE("[p_they(TRUE)] [p_are()] missing that limb!"))
|
||||
return TRUE
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user