From 24637f7f6522aae307579a9d49941e164d1b9cb7 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 18 Apr 2020 07:37:41 +0100 Subject: [PATCH] Make lights slightly brighter Station is way to dark/moody, for the turf/walls. Bumped em up a notch. --- modular_citadel/code/modules/power/lighting.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/power/lighting.dm b/modular_citadel/code/modules/power/lighting.dm index e326d84e..8d2519e2 100644 --- a/modular_citadel/code/modules/power/lighting.dm +++ b/modular_citadel/code/modules/power/lighting.dm @@ -1,7 +1,7 @@ /obj/machinery/light bulb_colour = "#FFEEDD" - bulb_power = 0.75 + bulb_power = 0.95 /obj/machinery/light/small bulb_colour = "#FFDDBB" - bulb_power = 0.75 + bulb_power = 0.8