Update lighting.dm

This commit is contained in:
Novacat
2020-03-21 16:47:52 -04:00
committed by GitHub
parent 9f250ce3c9
commit 90e6e1fea2

View File

@@ -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)