Updates Aurora event

Adds attribution for the song that plays, makes the song louder, and shortens the AI voice messages relating to the event because dayum
This commit is contained in:
VerySoft
2021-10-27 19:52:39 -04:00
parent a4cdc80f8c
commit 9a3e1cca1e
4 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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()