[MIRROR] Overlay Lighting Color/Intensity Pass (#26825)

Overlay Lighting Color/Intensity Pass

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-03-11 22:26:46 -04:00
committed by GitHub
co-authored by LemonInTheDark
parent 11e4219b74
commit f8b87b994b
50 changed files with 99 additions and 58 deletions
@@ -23,6 +23,8 @@
obj_flags = UNIQUE_RENAME
light_system = OVERLAY_LIGHT
light_range = 5
light_power = 1.2
light_color = "#ffff66"
light_on = FALSE
var/list/trophies = list()
var/charged = TRUE
+3 -1
View File
@@ -272,7 +272,9 @@
icon = 'icons/obj/lighting.dmi'
icon_state = "orb"
light_system = OVERLAY_LIGHT
light_range = 7
light_range = 6
light_power = 1.2
light_color = "#79f1ff"
light_flags = LIGHT_ATTACHED
layer = ABOVE_ALL_MOB_LAYER
plane = ABOVE_GAME_PLANE