[MIRROR] Default Baselighting to white (#8270)

* Default Baselighting to white (#61544)

* Default Baselighting to white

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-09-19 16:51:38 +02:00
committed by GitHub
parent 9368423f5f
commit 033fca0b7b
8 changed files with 12 additions and 12 deletions

View File

@@ -89,5 +89,5 @@
name = "planet generation area"
static_lighting = FALSE
base_lighting_alpha = 255
base_lighting_color = COLOR_WHITE
map_generator = /datum/map_generator/jungle_generator

View File

@@ -24,6 +24,6 @@ Unused icons for new areas are "awaycontent1" ~ "awaycontent30"
name = "Super Secret Room"
static_lighting = FALSE
base_lighting_alpha = 255
base_lighting_color = COLOR_WHITE
has_gravity = STANDARD_GRAVITY

View File

@@ -40,7 +40,7 @@
name = "Supplypod Facility"
icon_state = "supplypod"
static_lighting = FALSE
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
/area/centcom/supplypod/pod_storage
@@ -99,14 +99,14 @@
icon_state = "thunder"
static_lighting = FALSE
base_lighting_alpha = 255
base_lighting_color = COLOR_WHITE
/area/tdome/arena_source
name = "Thunderdome Arena Template"
icon_state = "thunder"
static_lighting = FALSE
base_lighting_alpha = 255
base_lighting_color = COLOR_WHITE
/area/tdome/tdome1
name = "Thunderdome (Team 1)"
@@ -146,7 +146,7 @@
icon_state = "yellow"
requires_power = FALSE
area_flags = UNIQUE_AREA | NOTELEPORT
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
has_gravity = STANDARD_GRAVITY
flags_1 = NONE
@@ -180,7 +180,7 @@
icon_state = "yellow"
requires_power = FALSE
static_lighting = FALSE
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
has_gravity = STANDARD_GRAVITY
flags_1 = NONE

View File

@@ -2,7 +2,7 @@
name = "Holodeck"
icon_state = "Holodeck"
static_lighting = FALSE
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
flags_1 = NONE
sound_environment = SOUND_ENVIRONMENT_PADDED_CELL

View File

@@ -26,7 +26,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
requires_power = TRUE
always_unpowered = TRUE
static_lighting = FALSE
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
power_light = FALSE
power_equip = FALSE

View File

@@ -7,7 +7,7 @@
///alpha 0-255 of lighting_effect and thus baselighting intensity
var/base_lighting_alpha = 0
///The colour of the light acting on this area
var/base_lighting_color = null
var/base_lighting_color = COLOR_WHITE
/area/proc/set_base_lighting(new_base_lighting_color = -1, new_alpha = -1)
if(base_lighting_alpha == new_alpha && base_lighting_color == new_base_lighting_color)

View File

@@ -30,7 +30,7 @@
name = "Mafia Minigame"
icon_state = "mafia"
static_lighting = FALSE
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
requires_power = FALSE
has_gravity = STANDARD_GRAVITY

View File

@@ -92,7 +92,7 @@
name = "ai_multicam_room"
icon_state = "ai_camera_room"
static_lighting = FALSE
base_lighting_color = COLOR_WHITE
base_lighting_alpha = 255
area_flags = NOTELEPORT | HIDDEN_AREA | UNIQUE_AREA
ambientsounds = null