Merge pull request #3843 from Neerti/9/15/2017_borg_lighting_correction

Corrects Borg Light Intensity
This commit is contained in:
Anewbe
2017-09-16 14:50:52 -05:00
committed by GitHub
@@ -354,5 +354,5 @@
. = ..()
if(. == FALSE) // If no other light sources are on.
if(lights_on)
set_light(integrated_light_power, integrated_light_power, "#FFFFFF")
set_light(integrated_light_power, 1, "#FFFFFF")
return TRUE