diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index d5450da2507..339a1b8fa5e 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -39,6 +39,7 @@ var/global/datum/controller/gameticker/ticker /datum/controller/gameticker/proc/pregame() login_music = pick(\ + 'sound/music/knights.ogg',\ 'sound/music/space.ogg',\ 'sound/music/traitor.ogg',\ 'sound/music/space_oddity.ogg') //Ground Control to Major Tom, this song is cool, what's going on? diff --git a/sound/music/knights.ogg b/sound/music/knights.ogg new file mode 100644 index 00000000000..e74e6a33521 Binary files /dev/null and b/sound/music/knights.ogg differ