Cigarette overlay update (#16936)

This commit is contained in:
SabreML
2021-10-15 11:00:26 +01:00
committed by GitHub
parent 4fbe43e668
commit 146351ae82
+4
View File
@@ -170,6 +170,10 @@ LIGHTERS ARE IN LIGHTERS.DM
if(flavor_text)
var/turf/T = get_turf(src)
T.visible_message(flavor_text)
if(iscarbon(loc))
var/mob/living/carbon/C = loc
if(C.wear_mask == src) // Don't update if it's just in their hand
C.wear_mask_update(src)
set_light(2, 0.25, "#E38F46")
START_PROCESSING(SSobj, src)