We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad1cf5 commit f680907Copy full SHA for f680907
code/game/objects/items/weapons/cigs_lighters.dm
@@ -466,8 +466,6 @@ MATCHBOXES ARE ALSO IN FANCY.DM
466
/obj/item/clothing/mask/cigarette/process()
467
var/turf/location = get_turf(src)
468
var/mob/living/M = get_holder_of_type(src,/mob/living)
469
- if(isliving(loc))
470
- M.ignite()
471
smoketime--
472
if (smoketime == 5 && ismob(loc))
473
to_chat(M, "<span class='warning'>Your [name] is about to go out.</span>")
0 commit comments