diff --git a/code/_globalvars/lists/ambience.dm b/code/_globalvars/lists/ambience.dm index 1e4351fce8c..bfe2a051518 100644 --- a/code/_globalvars/lists/ambience.dm +++ b/code/_globalvars/lists/ambience.dm @@ -52,8 +52,8 @@ GLOBAL_LIST_INIT(spooky_ambience,list( 'sound/ambience/ambiodd.ogg', 'sound/ambience/ambimystery.ogg')) GLOBAL_LIST_INIT(space_ambience,list( - 'sound/ambience/ambispace.ogg', 'sound/ambience/ambispace2.ogg', - 'sound/ambience/title2.ogg', 'sound/ambience/ambiatmos.ogg', 'modular_skyrat/master_files/sound/ambience/starlight.ogg')) //SKYRAT EDIT ADDITION + 'sound/ambience/ambispace.ogg', 'sound/ambience/ambispace2.ogg', 'sound/ambience/title2.ogg', + 'sound/ambience/ambispace3.ogg', 'sound/ambience/ambiatmos.ogg', 'modular_skyrat/master_files/sound/ambience/starlight.ogg')) //SKYRAT EDIT ADDITION GLOBAL_LIST_INIT(maint_ambience,list( 'sound/ambience/ambimaint1.ogg', 'sound/ambience/ambimaint2.ogg', diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index 0692983069f..05c1222dd6e 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -762,3 +762,4 @@ rate_up_lim = 50 purity_min = 0 mix_message = "The mixture's colors swirl together." + diff --git a/sound/ambience/ambispace3.ogg b/sound/ambience/ambispace3.ogg new file mode 100644 index 00000000000..0aaedb8afe8 Binary files /dev/null and b/sound/ambience/ambispace3.ogg differ