From 09a4cab10f660e2cb0f6091ce5874aca9a27b2dc Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 17 May 2018 12:17:52 -0400 Subject: [PATCH] Bumps up the brightness range just a tad to accommodate for the low density of lights aboard the station --- code/modules/power/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 60e4b3e7be4..a2210f22fc4 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -164,7 +164,7 @@ active_power_usage = 10 // Previously 20. power_channel = LIGHT //Lights are calc'd via area so they dont need to be in the machine list var/on = 0 // 1 if on, 0 if off - var/brightness_range = 6 // luminosity when on, also used in power calculation + var/brightness_range = 8 // luminosity when on, also used in power calculation var/brightness_power = 0.8 var/brightness_color = LIGHT_COLOR_INCANDESCENT_TUBE var/status = LIGHT_OK // LIGHT_OK, _EMPTY, _BURNED or _BROKEN