mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
Finally completes the title saga. The last puzzle piece, the suspenseful. (#20922)
* Finally completes the title saga. The original, The jazzy, the exciting, and finally, the suspensful, the traitor. Title4.ogg * nothing to see here, always test your code kids * Gee billy, 3 commits for such a small change? * I think I should add this
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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.
|
||||
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.
|
||||
Binary file not shown.
Reference in New Issue
Block a user