mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
tweak red lighting color (#28855)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user