diff --git a/code/world.dm b/code/world.dm index fb038cb2836..db19f30966c 100644 --- a/code/world.dm +++ b/code/world.dm @@ -227,7 +227,7 @@ var/last_irc_status = 0 if(ticker && ticker.round_end_sound) world << sound(ticker.round_end_sound) else - world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg','sound/misc/leavingtg.ogg')) // random end sounds!! - LastyBatsy + world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg','sound/misc/leavingtg.ogg', 'sound/misc/its_only_game.ogg')) // random end sounds!! - LastyBatsy for(var/client/C in clients) if(config.server) //if you set a server location in config.txt, it sends you there instead of trying to reconnect to the same world address. -- NeoFite C << link("byond://[config.server]") diff --git a/sound/misc/its_only_game.ogg b/sound/misc/its_only_game.ogg new file mode 100644 index 00000000000..3fe36eee955 Binary files /dev/null and b/sound/misc/its_only_game.ogg differ