Merge pull request #14283 from SabreML/Fire-Lighting

Makes cigarettes catch fire if their holder is also on fire
This commit is contained in:
variableundefined
2020-09-15 19:41:02 -04:00
committed by GitHub
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -66,6 +66,10 @@ LIGHTERS ARE IN LIGHTERS.DM
..()
light()
/obj/item/clothing/mask/cigarette/catch_fire()
if(!lit)
light("<span class='warning'>The [name] is lit by the flames!</span>")
/obj/item/clothing/mask/cigarette/welder_act(mob/user, obj/item/I)
. = TRUE
if(I.tool_use_check(user, 0)) //Don't need to flash eyes because you are a badass