From 338b2b4dcdf7a34c47786fb797c176cfc5e5535d Mon Sep 17 00:00:00 2001 From: MixityMaxity <189351891+MixityMaxity@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:28:47 +1100 Subject: [PATCH] mmmm sodium (#31680) --- code/modules/power/lights.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/power/lights.dm b/code/modules/power/lights.dm index 9ffba1d29c1..ccfecdb4911 100644 --- a/code/modules/power/lights.dm +++ b/code/modules/power/lights.dm @@ -291,9 +291,9 @@ exposure_icon_state = "circle" base_state = "bulb" brightness_range = 4 - brightness_color = "#ffebb0" + brightness_color = "#faca92" nightshift_light_range = 4 - nightshift_light_color = "#ffefa0" // #a0a080 + nightshift_light_color = "#e29a5f" // #a0a080 light_type = /obj/item/light/bulb deconstruct_type = /obj/machinery/light_construct/small