From 862f1eff44dd5493aa73db3b8eeb3a73f0e4ec8a Mon Sep 17 00:00:00 2001 From: Leshana Date: Thu, 10 May 2018 13:48:54 -0400 Subject: [PATCH] Override Polaris change: keep our light power usage the same as it was --- 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 bbba664bd1..4b611e990f 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -161,7 +161,7 @@ layer = ABOVE_MOB_LAYER use_power = 2 idle_power_usage = 2 - active_power_usage = 10 // Previously 20. + active_power_usage = 20 // VOREStation Edit - Keep lights at 20 power 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 = 10 // luminosity when on, also used in power calculation // VOREStation Edit - Put light range back how it was for now.