tweak red lighting color (#28855)

This commit is contained in:
kyunkyunkyun
2025-04-04 16:22:56 +00:00
committed by GitHub
parent 093f5dbe1c
commit f1187e0f3c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
//Some defines to generalise colours used in lighting.
//Important note on colors. Colors can end up significantly different from the basic html picture, especially when saturated
#define LIGHT_COLOR_WHITE "#FFFFFF"
#define LIGHT_COLOR_RED "#FA8282" //Warm but extremely diluted red. rgb(250, 130, 130)
#define LIGHT_COLOR_RED "#FF4B4B" //Warm, bright red. rgb(255, 75, 75)
#define LIGHT_COLOR_GREEN "#64C864" //Bright but quickly dissipating neon green. rgb(100, 200, 100)
#define LIGHT_COLOR_BLUE "#6496FA" //Cold, diluted blue. rgb(100, 150, 250)
@@ -287,7 +287,7 @@
/obj/item/flashlight/flare/glowstick/red
name = "red glowstick"
color = LIGHT_COLOR_PURE_RED
color = LIGHT_COLOR_RED
/obj/item/flashlight/flare/glowstick/blue
name = "blue glowstick"
@@ -289,7 +289,7 @@
anchored = TRUE
density = FALSE
light_range = 4
light_color = LIGHT_COLOR_RED
light_color = LIGHT_COLOR_FLARE
var/mob/living/simple_animal/hostile/asteroid/elite/legionnaire/myowner = null
/obj/structure/legionnaire_bonfire/Initialize(mapload)