mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +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:
@@ -16,6 +16,8 @@ Unused icons for new areas are "awaycontent1" ~ "awaycontent30"
|
||||
name = "Beach"
|
||||
icon_state = "away"
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
base_lighting_color = "#FFFFCC"
|
||||
requires_power = FALSE
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
ambientsounds = list('sound/ambience/shore.ogg', 'sound/ambience/seag1.ogg','sound/ambience/seag2.ogg','sound/ambience/seag2.ogg','sound/ambience/ambiodd.ogg','sound/ambience/ambinice.ogg')
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
/area/shuttle/hunter
|
||||
name = "Hunter Shuttle"
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
|
||||
/area/shuttle/hunter/russian
|
||||
name = "Russian Cargo Hauler"
|
||||
@@ -103,6 +104,7 @@
|
||||
name = "Hyperspace"
|
||||
desc = "Weeeeee"
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
|
||||
|
||||
/area/shuttle/arrival
|
||||
@@ -173,6 +175,7 @@
|
||||
icon_state = "shuttlectf"
|
||||
area_flags = NOTELEPORT
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
|
||||
/area/shuttle/escape/arena
|
||||
name = "The Arena"
|
||||
|
||||
@@ -46,6 +46,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
|
||||
icon_state = "start"
|
||||
requires_power = FALSE
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
|
||||
|
||||
|
||||
@@ -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