You can now light cigars on burning people (#31081)

* adds lighting cigs on burning mobs

* backslash the

* src
This commit is contained in:
RandomMarine
2017-09-28 19:45:17 -07:00
committed by CitadelStationBot
parent d25894447e
commit dd7fd8b4a8
+3
View File
@@ -234,6 +234,9 @@ CIGARETTE PACKETS ARE IN FANCY.DM
/obj/item/clothing/mask/cigarette/attack(mob/living/carbon/M, mob/living/carbon/user)
if(!istype(M))
return ..()
if(M.on_fire && !lit)
light("<span class='notice'>[user] lights [src] with [M]'s burning body. What a cold-blooded badass.</span>")
return
var/obj/item/clothing/mask/cigarette/cig = help_light_cig(M)
if(lit && cig && user.a_intent == INTENT_HELP)
if(cig.lit)