Corrects Borg Light Intensity

Apparently default intensity before the handle_light() change is 1 and not the range repeated, so now it's 1 again.
This commit is contained in:
Neerti
2017-09-15 23:51:44 -04:00
parent 55162bb099
commit 20831936ba
@@ -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