mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Prevents the lighting message showing incorrectly
This commit is contained in:
@@ -306,6 +306,8 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
|
||||
|
||||
/obj/item/clothing/mask/cigarette/cigar/attackby(obj/item/W as obj, mob/user as mob, params)
|
||||
if(istype(W, /obj/item/reagent_containers))
|
||||
return
|
||||
if(istype(W, /obj/item/match))
|
||||
..()
|
||||
else
|
||||
@@ -371,6 +373,8 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
return
|
||||
|
||||
/obj/item/clothing/mask/cigarette/pipe/attackby(obj/item/W as obj, mob/user as mob, params)
|
||||
if(istype(W, /obj/item/reagent_containers))
|
||||
return
|
||||
if(istype(W, /obj/item/match))
|
||||
..()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user