mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] Fixes broken static lighting [MDB IGNORE] (#12370)
* Fixes broken static lighting (#65743) * Fixes broken static lighting Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
co-authored by
LemonInTheDark
parent
c3e8717ecb
commit
a7ebeb343e
@@ -10,6 +10,7 @@
|
||||
name = "Snow Forest"
|
||||
icon_state = "away"
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
|
||||
/area/awaymission/cabin/snowforest/sovietsurface
|
||||
name = "Snow Forest"
|
||||
@@ -21,6 +22,7 @@
|
||||
icon_state = "away3"
|
||||
requires_power = FALSE
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
|
||||
/area/awaymission/cabin/caves/sovietcave
|
||||
name = "Soviet Bunker"
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon_state = "awaycontent1"
|
||||
requires_power = FALSE
|
||||
static_lighting = FALSE
|
||||
|
||||
base_lighting_alpha = 255
|
||||
|
||||
/area/awaymission/snowdin/outside
|
||||
name = "Snowdin Tundra Plains"
|
||||
icon_state = "awaycontent25"
|
||||
@@ -15,6 +16,7 @@
|
||||
icon_state = "awaycontent2"
|
||||
requires_power = TRUE
|
||||
static_lighting = TRUE
|
||||
base_lighting_alpha = 0
|
||||
|
||||
/area/awaymission/snowdin/post/medbay
|
||||
name = "Snowdin Outpost - Medbay"
|
||||
@@ -97,11 +99,13 @@
|
||||
name = "Snowdin Igloos"
|
||||
icon_state = "awaycontent14"
|
||||
static_lighting = TRUE
|
||||
base_lighting_alpha = 0
|
||||
|
||||
/area/awaymission/snowdin/cave
|
||||
name = "Snowdin Caves"
|
||||
icon_state = "awaycontent15"
|
||||
static_lighting = TRUE
|
||||
base_lighting_alpha = 0
|
||||
|
||||
/area/awaymission/snowdin/cave/cavern
|
||||
name = "Snowdin Depths"
|
||||
@@ -116,17 +120,20 @@
|
||||
name = "Snowdin Main Base"
|
||||
icon_state = "awaycontent16"
|
||||
static_lighting = TRUE
|
||||
base_lighting_alpha = 0
|
||||
requires_power = TRUE
|
||||
|
||||
/area/awaymission/snowdin/dungeon1
|
||||
name = "Snowdin Depths"
|
||||
icon_state = "awaycontent17"
|
||||
static_lighting = TRUE
|
||||
base_lighting_alpha = 0
|
||||
|
||||
/area/awaymission/snowdin/sekret
|
||||
name = "Snowdin Operations"
|
||||
icon_state = "awaycontent18"
|
||||
static_lighting = TRUE
|
||||
base_lighting_alpha = 0
|
||||
requires_power = TRUE
|
||||
|
||||
/area/shuttle/snowdin/elevator1
|
||||
|
||||
Reference in New Issue
Block a user