diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index bafcec2807b..2fb4d7745a1 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -45,7 +45,8 @@ var/global/datum/controller/gameticker/ticker 'sound/music/THUNDERDOME.ogg',\ 'sound/music/space.ogg',\ 'sound/music/Title1.ogg',\ - 'sound/music/Title2.ogg',) + 'sound/music/Title2.ogg',\ + 'sound/music/Title3.ogg',) do pregame_timeleft = 180 world << "Welcome to the pre-game lobby!" diff --git a/sound/music/title3.ogg b/sound/music/title3.ogg new file mode 100644 index 00000000000..9632d259e15 Binary files /dev/null and b/sound/music/title3.ogg differ