Skip to content

Commit f680907

Browse files
authored
cigarette hotfix (#37035)
1 parent 1ad1cf5 commit f680907

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/game/objects/items/weapons/cigs_lighters.dm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,6 @@ MATCHBOXES ARE ALSO IN FANCY.DM
466466
/obj/item/clothing/mask/cigarette/process()
467467
var/turf/location = get_turf(src)
468468
var/mob/living/M = get_holder_of_type(src,/mob/living)
469-
if(isliving(loc))
470-
M.ignite()
471469
smoketime--
472470
if (smoketime == 5 && ismob(loc))
473471
to_chat(M, "<span class='warning'>Your [name] is about to go out.</span>")

0 commit comments

Comments
 (0)