Changes a lot of lighting colors, ranges, and powers (#28226)

* 8u hiubntgvby9 gb

* colors

* undo airlock

* bluer light

* spaghetti review
This commit is contained in:
Contrabang
2025-02-04 19:30:09 +00:00
committed by GitHub
parent fd04e5a332
commit e3f73e178d
9 changed files with 23 additions and 15 deletions
+1
View File
@@ -28,6 +28,7 @@
active_power_consumption = 2500
light_color = LIGHT_COLOR_CYAN
light_power = 0.5
/obj/machinery/sleeper/examine(mob/user)
. = ..()
+1
View File
@@ -9,6 +9,7 @@
idle_power_consumption = 1250
active_power_consumption = 2500
light_color = "#00FF00"
light_power = 0.5
var/mob/living/carbon/human/occupant
///What is the level of the stock parts in the body scanner. A scan_level of one detects organs of stealth_level 1 or below, while a scan level of 4 would detect 4 or below.
var/scan_level = 1
+1 -1
View File
@@ -25,7 +25,7 @@
if(stat & NOPOWER)
set_light(0)
else
set_light(3, 3)
set_light(3, 1)
/obj/machinery/gameboard/update_icon_state()
if(stat & NOPOWER)
@@ -9,6 +9,7 @@
slot_flags = ITEM_SLOT_BELT
materials = list(MAT_METAL = 200, MAT_GLASS = 100)
actions_types = list(/datum/action/item_action/toggle_light)
light_color = "#ffffd0"
var/on = FALSE
var/brightness_on = 4 //luminosity when on
var/togglesound = 'sound/weapons/empty.ogg'
@@ -127,6 +128,7 @@
flags = CONDUCT
materials = list()
on = TRUE
light_color = "#fff4bb"
/obj/item/flashlight/lamp/examine(mob/user)
. = ..()
@@ -137,6 +139,7 @@
desc = "A classic green-shaded desk lamp."
icon_state = "lampgreen"
item_state = "lampgreen"
light_color = "#AAFFAA"
/obj/item/flashlight/lamp/green/off
on = FALSE
@@ -153,6 +156,7 @@
desc = "Only a clown would think to make a ghetto banana-shaped lamp. Even has a goofy pullstring."
icon_state = "bananalamp"
item_state = "bananalamp"
light_color = "#f7ff57"
// FLARES