From 49cd05ff3c88b4cc281a49a12870080de3e8c60a Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 18 Feb 2016 01:37:52 -0500 Subject: [PATCH] colored light removal --- code/LINDA/LINDA_fire.dm | 2 -- 1 file changed, 2 deletions(-) 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