Red and blue lights no longer randomize their color. (#13264)

This commit is contained in:
Matt Atlas
2022-02-24 12:54:58 +01:00
committed by GitHub
parent 941c8ca41f
commit 290a303b2c
2 changed files with 45 additions and 0 deletions
+4
View File
@@ -85,17 +85,21 @@
brightness_range = 6
brightness_power = 0.45
brightness_color = LIGHT_COLOR_EMERGENCY_SOFT
randomize_color = FALSE
/obj/machinery/light/small/red
brightness_range = 2.5
brightness_power = 0.45
brightness_color = LIGHT_COLOR_RED
randomize_color = FALSE
/obj/machinery/light/colored/blue
brightness_color = LIGHT_COLOR_BLUE
randomize_color = FALSE
/obj/machinery/light/colored/red
brightness_color = LIGHT_COLOR_RED
randomize_color = FALSE
/obj/machinery/light/spot
name = "spotlight"