Time to bloat the DB. Added Chris Hadfield's space station cover of Space Oddity. space_oddity.ogg is also a login screen theme.

This commit is contained in:
Asanadas
2013-05-29 13:53:15 -04:00
parent dc84638658
commit c598ac5731
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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 << "<B><FONT color='blue'>Welcome to the pre-game lobby!</FONT></B>"