diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 305687656be..f5091564527 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -39,7 +39,8 @@ var/global/datum/controller/gameticker/ticker /datum/controller/gameticker/proc/pregame() login_music = pick(\ 'sound/music/space.ogg',\ - 'sound/music/traitor.ogg') + 'sound/music/traitor.ogg',\ + 'sound/music/space_oddity.ogg') //Ground Control to Major Tom, this song is cool, what's going on? do pregame_timeleft = 180 world << "Welcome to the pre-game lobby!" diff --git a/sound/music/space_oddity.ogg b/sound/music/space_oddity.ogg new file mode 100644 index 00000000000..8baa94c0432 Binary files /dev/null and b/sound/music/space_oddity.ogg differ