diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 71d0aecce99..5ba594b8dce 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -353,7 +353,8 @@ else if (nightshift_enabled) BR = nightshift_brightness PO = nightshift_light_power - CO = nightshift_light_color + if(!color) + CO = nightshift_light_color var/matching = light && BR == light.light_range && PO == light.light_power && CO == light.light_color if(!matching) switchcount++