diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 8719dc10b25..132cfb26944 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -58,7 +58,7 @@ var/datum/subsystem/ticker/ticker /datum/subsystem/ticker/New() NEW_SS_GLOBAL(ticker) - login_music = pickweight(list('sound/ambience/title2.ogg' = 31, 'sound/ambience/title1.ogg' = 31, 'sound/ambience/title3.ogg' =31, 'sound/ambience/clown.ogg' = 7)) // choose title music! + login_music = pickweight(list('sound/ambience/title2.ogg' = 23, 'sound/ambience/title1.ogg' =23, 'sound/ambience/title3.ogg' =23, 'sound/ambience/title4.ogg' =23, 'sound/ambience/clown.ogg' = 8)) // choose title music! if(SSevent.holidays && SSevent.holidays[APRIL_FOOLS]) login_music = 'sound/ambience/clown.ogg' diff --git a/sound/ambience/LISCENSE.txt b/sound/ambience/LISCENSE.txt index e9eada85c0c..0e759f5e017 100644 --- a/sound/ambience/LISCENSE.txt +++ b/sound/ambience/LISCENSE.txt @@ -1,4 +1,6 @@ ambidet1.ogg is Fast Talking by Kevin Macleod. It has been licensed under the CC-BY 3.0 license. It has been cropped for use ingame. ambidet2.ogg is Night on the Docks, Piano by Kevin Macleod. It has been licensed under CC-BY 3.0 license. - It has been cropped for use ingame, and also fades in. \ No newline at end of file + It has been cropped for use ingame, and also fades in. +title4.ogg is Absconditus by ZhayTee. It has been licensed under the CC BY-NC-SA 3.0 license. + IT has been cropped and faded for use ingame. \ No newline at end of file diff --git a/sound/ambience/title4.ogg b/sound/ambience/title4.ogg new file mode 100644 index 00000000000..61873497fa0 Binary files /dev/null and b/sound/ambience/title4.ogg differ