diff --git a/code/_globalvars/lists/ambience.dm b/code/_globalvars/lists/ambience.dm index 4811adac1ac..fb346fb602f 100644 --- a/code/_globalvars/lists/ambience.dm +++ b/code/_globalvars/lists/ambience.dm @@ -72,6 +72,7 @@ GLOBAL_LIST_INIT(mining_ambience, list( 'sound/ambience/ruin/ambiruin5.ogg', 'sound/ambience/ruin/ambiruin6.ogg', 'sound/ambience/ruin/ambiruin7.ogg', + 'modular_zubbers/sound/ambiance/bangle-graveyard-of-time.ogg' // Bubber Edit - Credit: Bangle )) GLOBAL_LIST_INIT(icemoon_ambience,list( diff --git a/code/datums/looping_sounds/weather.dm b/code/datums/looping_sounds/weather.dm index 76d56f19ad2..9fec62e639c 100644 --- a/code/datums/looping_sounds/weather.dm +++ b/code/datums/looping_sounds/weather.dm @@ -4,8 +4,8 @@ 'sound/ambience/weather/ashstorm/outside/active_mid1.ogg'=1, 'sound/ambience/weather/ashstorm/outside/active_mid1.ogg'=1 ) - mid_length = 8 SECONDS - start_sound = 'sound/ambience/weather/ashstorm/outside/active_start.ogg' + mid_length = 80 SECONDS + start_sound = 'modular_zubbers/sound/ambiance/bangle-ash-and-fire.ogg' // Bubber edit. Credit: Bangle start_length = 13 SECONDS end_sound = 'sound/ambience/weather/ashstorm/outside/active_end.ogg' volume = 80 diff --git a/modular_zubbers/sound/ambiance/bangle-ash-and-fire.ogg b/modular_zubbers/sound/ambiance/bangle-ash-and-fire.ogg new file mode 100644 index 00000000000..00ad9da0931 Binary files /dev/null and b/modular_zubbers/sound/ambiance/bangle-ash-and-fire.ogg differ diff --git a/modular_zubbers/sound/ambiance/bangle-graveyard-of-time.ogg b/modular_zubbers/sound/ambiance/bangle-graveyard-of-time.ogg new file mode 100644 index 00000000000..21fd696d7f6 Binary files /dev/null and b/modular_zubbers/sound/ambiance/bangle-graveyard-of-time.ogg differ