colored light removal

This commit is contained in:
Fox-McCloud
2016-02-18 01:37:52 -05:00
parent 5522786318
commit 49cd05ff3c
-2
View File
@@ -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