mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
ice is nice (#22699)
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#define AMBIENCE_DANGER "danger"
|
||||
#define AMBIENCE_RUINS "ruins"
|
||||
#define AMBIENCE_ENGI "engi"
|
||||
#define AMBIENCE_ICEMOON "icemoon"
|
||||
#define AMBIENCE_MINING "mining"
|
||||
#define AMBIENCE_JUNGLE "jungle"
|
||||
#define AMBIENCE_MEDICAL "med"
|
||||
|
||||
@@ -70,6 +70,16 @@ GLOBAL_LIST_INIT(mining_ambience,list(
|
||||
'sound/ambience/ambilava2.ogg',
|
||||
'sound/ambience/ambilava3.ogg'))
|
||||
|
||||
GLOBAL_LIST_INIT(icemoon_ambience,list(
|
||||
'sound/ambience/ambimalf2.ogg',
|
||||
'sound/ambience/ambimo2.ogg',
|
||||
'sound/ambience/ambiruin.ogg',
|
||||
'sound/ambience/ambiruin3.ogg',
|
||||
'sound/ambience/ambiruin5.ogg',
|
||||
'sound/ambience/ambiruin6.ogg',
|
||||
'sound/ambience/ambiruin7.ogg',
|
||||
'sound/ambience/bitumen.ogg'))
|
||||
|
||||
GLOBAL_LIST_INIT(medical_ambience,list(
|
||||
'sound/ambience/ambinice.ogg',
|
||||
'sound/ambience/ambiruin2.ogg',
|
||||
@@ -168,6 +178,7 @@ GLOBAL_LIST_INIT(ambience_assoc,list(
|
||||
AMBIENCE_DANGER = GLOB.danger_ambience,
|
||||
AMBIENCE_RUINS = GLOB.ruins_ambience,
|
||||
AMBIENCE_ENGI = GLOB.engi_ambience,
|
||||
AMBIENCE_ICEMOON = GLOB.icemoon_ambience,
|
||||
AMBIENCE_MINING = GLOB.mining_ambience,
|
||||
AMBIENCE_MEDICAL = GLOB.medical_ambience,
|
||||
AMBIENCE_SPOOKY = GLOB.spooky_ambience,
|
||||
|
||||
@@ -170,6 +170,9 @@
|
||||
area_flags = FLORA_ALLOWED
|
||||
blob_allowed = FALSE
|
||||
mining_speed = TRUE
|
||||
ambient_buzz = null // stillness.
|
||||
ambience_index = AMBIENCE_ICEMOON
|
||||
sound_environment = SOUND_ENVIRONMENT_FOREST
|
||||
|
||||
/area/icemoon/top_layer
|
||||
name = "Icemoon Surface"
|
||||
@@ -180,7 +183,6 @@
|
||||
power_equip = FALSE
|
||||
power_light = FALSE
|
||||
requires_power = TRUE
|
||||
ambience_index = AMBIENCE_MINING
|
||||
uses_daylight = TRUE
|
||||
daylight_multiplier = 0.7
|
||||
|
||||
@@ -208,7 +210,6 @@
|
||||
power_equip = FALSE
|
||||
power_light = FALSE
|
||||
requires_power = TRUE
|
||||
ambience_index = AMBIENCE_MINING
|
||||
|
||||
/area/icemoon/surface/outdoors
|
||||
name = "Icemoon Wastes"
|
||||
@@ -235,7 +236,6 @@
|
||||
power_environ = FALSE
|
||||
power_equip = FALSE
|
||||
power_light = FALSE
|
||||
ambience_index = AMBIENCE_MINING
|
||||
|
||||
/area/icemoon/underground/unexplored // mobs and megafauna and ruins spawn here
|
||||
name = "Icemoon Caves"
|
||||
|
||||
BIN
sound/ambience/bitumen.ogg
Normal file
BIN
sound/ambience/bitumen.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user