mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
@@ -327,11 +327,11 @@
|
||||
if(!opened)
|
||||
to_chat(user, SPAN_NOTICE("\The [src] is closed."))
|
||||
return
|
||||
if(use_check(M))
|
||||
if(!use_check(M))
|
||||
to_chat(usr, SPAN_WARNING("[M.name] is in no condition to handle items!"))
|
||||
return
|
||||
if(target_zone == BP_MOUTH && contents.len > 0)
|
||||
var/obj/item/clothing/mask/smokable/cigarette/W = new cigarette_to_spawn(src)
|
||||
var/obj/item/clothing/mask/smokable/cigarette/W = new cigarette_to_spawn(M)
|
||||
if(!istype(W) || M.wear_mask)
|
||||
to_chat(user, SPAN_NOTICE("\The [M.wear_mask] is in the way."))
|
||||
if(M != user)
|
||||
|
||||
Reference in New Issue
Block a user