Merge pull request #1819 from Asanadas/master

Misc: commented out end-round sounds, the two tiniest // ever.
This commit is contained in:
headswe
2012-10-23 08:47:50 -07:00

View File

@@ -148,8 +148,8 @@ Starting up. [time2text(world.timeofday, "hh:mm.ss")]
/world/Reboot(var/reason)
spawn(0)
world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg')) // random end sounds!! - LastyBatsy
// spawn(0) // Yeah there we go end round sounds removed, mission accomplished
// world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg')) // random end sounds!! - LastyBatsy
for(var/client/C)
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