Update cigs.dm (#26694)

This commit is contained in:
CRUNCH
2024-09-06 09:27:59 +00:00
committed by GitHub
parent 2032afb65d
commit e87982e794
+2 -1
View File
@@ -151,7 +151,8 @@ LIGHTERS ARE IN LIGHTERS.DM
/obj/item/clothing/mask/cigarette/catch_fire()
if(!lit)
light("<span class='warning'>[src] is lit by the flames!</span>")
visible_message("<span class='warning'>[src] is lit by the flames!</span>")
light()
/obj/item/clothing/mask/cigarette/cigarette_lighter_act(mob/living/user, mob/living/target, obj/item/direct_attackby_item)
var/obj/item/clothing/mask/cigarette/cig = ..()