Merge pull request #12690 from Very-Soft/gbtweaks

More map tweaks!
This commit is contained in:
Casey
2022-04-09 05:53:01 -04:00
committed by GitHub
5 changed files with 1605 additions and 647 deletions
+4 -4
View File
@@ -53,7 +53,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null
var/min = 0
switch(sun_position)
if(0 to 0.475) // Night
if(0 to 0.3) // Night
low_brightness = 0.3
low_color = "#000066"
@@ -61,7 +61,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null
high_color = "#66004D"
min = 0
if(0.475 to 0.50) // Twilight
if(0.3 to 0.35) // Twilight
low_brightness = 0.5
low_color = "#66004D"
@@ -69,7 +69,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null
high_color = "#CC3300"
min = 0.40
if(0.50 to 0.525) // Sunrise/set
if(0.35 to 0.45) // Sunrise/set
low_brightness = 0.9
low_color = "#CC3300"
@@ -77,7 +77,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null
high_color = "#FF9933"
min = 0.50
if(0.525 to 1.00) // Noon
if(0.45 to 1.00) // Noon
low_brightness = 3.0
low_color = "#DDDDDD"
+696 -133
View File
File diff suppressed because it is too large Load Diff
+892 -503
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -11163,7 +11163,7 @@ Zo
Zo
Zo
Zo
QD
Zo
QD
QD
QD
@@ -11297,11 +11297,12 @@ Zo
Zo
Zo
Zo
vs
Kr
Kr
Kr
Kr
vs
vs
Zo
vs
Kr
Kr
Kr
@@ -11325,7 +11326,6 @@ QD
QD
QD
QD
QD
Kr
Kr
Kr
@@ -11447,7 +11447,7 @@ Kr
Kr
Kr
Kr
QD
Kr
QD
QD
QD
+7 -1
View File
@@ -112,7 +112,7 @@
/area/groundbase/science/rnd
name = "Research and Development"
/area/groundbase/science/robotics
name = "Rocotics"
name = "Robotics"
/area/groundbase/science/server
name = "Science Server Room"
/area/groundbase/science/rd
@@ -370,6 +370,12 @@
/area/groundbase/civilian/gameroom
name = "Gamatorium"
sound_env = SMALL_SOFTFLOOR
/area/groundbase/civilian/mensrestroom
name = "Men's Restroom"
sound_env = SOUND_ENVIRONMENT_BATHROOM
/area/groundbase/civilian/womensrestroom
name = "Women's Restroom"
sound_env = SOUND_ENVIRONMENT_BATHROOM
/area/groundbase/exploration
name = "Exploration"