From fca22627f9bf262c24ea93656e1bf1ce0f673a8b Mon Sep 17 00:00:00 2001 From: Asanadas Date: Tue, 23 Oct 2012 00:14:17 -0400 Subject: [PATCH] Commented out end-round sounds, and banging donks. --- code/world.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/world.dm b/code/world.dm index 27bac98ccda..54de5797842 100644 --- a/code/world.dm +++ b/code/world.dm @@ -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