diff --git a/code/LINDA/LINDA_fire.dm b/code/LINDA/LINDA_fire.dm index 9b72817fb27..2995435d101 100644 --- a/code/LINDA/LINDA_fire.dm +++ b/code/LINDA/LINDA_fire.dm @@ -59,7 +59,6 @@ /obj/effect/hotspot/New() ..() color = heat2color(temperature) - set_light(l_color = color) air_master.hotspots += src perform_exposure() dir = pick(cardinal) @@ -90,7 +89,6 @@ item.fire_act(null, temperature, volume) color = heat2color(temperature) - set_light(l_color = color) return 0