From 90e6e1fea241446e3e4e9cab7a4628d8d058d62c Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 21 Mar 2020 16:47:52 -0400 Subject: [PATCH] Update lighting.dm --- code/modules/power/lighting.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 4d30f268f1..a281ff7b0f 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -9,12 +9,8 @@ #define LIGHT_BROKEN 2 #define LIGHT_BURNED 3 #define LIGHT_BULB_TEMPERATURE 400 //K - used value for a 60W bulb -<<<<<<< HEAD #define LIGHTING_POWER_FACTOR 2 //5W per luminosity * range //VOREStation Edit: why the fuck are lights eating so much power, 2W per thing -======= -#define LIGHTING_POWER_FACTOR 5 //5W per luminosity * range #define LIGHT_EMERGENCY_POWER_USE 0.2 //How much power emergency lights will consume per tick ->>>>>>> 28f34f1... Merge pull request #6820 from Meghan-Rossi/Emergency-Lighting var/global/list/light_type_cache = list() /proc/get_light_type_instance(var/light_type)