From 20107e11476a2fb4987c2db41b4dbfa184ec4c44 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 22 Feb 2016 22:20:27 -0500 Subject: [PATCH] tweak --- code/LINDA/LINDA_fire.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LINDA/LINDA_fire.dm b/code/LINDA/LINDA_fire.dm index 2995435d101..afbeb0a0e45 100644 --- a/code/LINDA/LINDA_fire.dm +++ b/code/LINDA/LINDA_fire.dm @@ -58,7 +58,6 @@ /obj/effect/hotspot/New() ..() - color = heat2color(temperature) air_master.hotspots += src perform_exposure() dir = pick(cardinal) @@ -89,6 +88,7 @@ item.fire_act(null, temperature, volume) color = heat2color(temperature) + set_light(l_color = color) return 0