Goof has nothingo on me (#20110)

This commit is contained in:
NikNakFlak
2016-08-27 10:27:47 -05:00
committed by KorPhaeron
parent 9c7ece1faf
commit 7bf6e01cf2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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]")