diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index b205feae993..a1a1b49a334 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -44,3 +44,8 @@ **License:** [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** [Patreon Post](https://www.patreon.com/posts/diable-avionics-44573931)
**Notes:** Permission to use assets also given in writing.
+
+**File:** `sound/ambience/space/aurora_caelus.ogg`
+**Title:** Music for Manatees
+**Creator:** Kevin MacLeod (incompetech.com)
+**License:** [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/)
\ No newline at end of file diff --git a/code/modules/events/aurora_caelus.dm b/code/modules/events/aurora_caelus.dm index d1672e51cdc..2e4d9d84cf9 100644 --- a/code/modules/events/aurora_caelus.dm +++ b/code/modules/events/aurora_caelus.dm @@ -16,7 +16,7 @@ affecting_z -= global.using_map.sealed_levels // Space levels only please! for(var/mob/M in player_list) if(M.z in affecting_z) - M.playsound_local(null, 'sound/ambience/space/aurora_caelus.ogg', 40, FALSE, pressure_affected = FALSE) + M.playsound_local(null, 'sound/ambience/space/aurora_caelus.ogg', 100, FALSE, pressure_affected = FALSE) ..() /datum/event/aurora_caelus/get_skybox_image() diff --git a/sound/AI/aurora.ogg b/sound/AI/aurora.ogg index 2d5298a508f..138d5b228c6 100644 Binary files a/sound/AI/aurora.ogg and b/sound/AI/aurora.ogg differ diff --git a/sound/AI/aurora_end.ogg b/sound/AI/aurora_end.ogg index b6f6a1b5c36..34204e3b26f 100644 Binary files a/sound/AI/aurora_end.ogg and b/sound/AI/aurora_end.ogg differ