Changes sound.dm to add exploration carrier ambience

This commit is contained in:
Nadyr
2020-01-16 17:04:40 -05:00
committed by GitHub
parent 51cf5d56a8
commit 129173f85f

View File

@@ -177,3 +177,11 @@
#define AMBIENCE_AESTHETIC list(\
'sound/ambience/vaporwave.ogg'\
)
//CHOMPedit: Exploration outpost ambience. Current tracks taken from Rainworld and Natural Selection 2.
#define AMBIENCE_EXPOUTPOST list(\
'sound/ambience/expoutpost/expoutpost1.ogg',\
'sound/ambience/expoutpost/expoutpost2.ogg',\
'sound/ambience/expoutpost/expoutpost3.ogg',\
'sound/ambience/expoutpost/expoutpost4.ogg'\
)