mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -28,6 +28,7 @@
|
||||
active_power_consumption = 2500
|
||||
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
light_power = 0.5
|
||||
|
||||
/obj/machinery/sleeper/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user