From 0e129ba6ce985acf39e47bf037ae1a60b36c5d61 Mon Sep 17 00:00:00 2001 From: Miniature Date: Tue, 29 Nov 2011 22:23:43 +1030 Subject: [PATCH] No more random end sounds --- code/game/cellautomata.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/cellautomata.dm b/code/game/cellautomata.dm index 46449af5378..9f2043ac5c9 100644 --- a/code/game/cellautomata.dm +++ b/code/game/cellautomata.dm @@ -123,7 +123,7 @@ //Crispy fullban /world/Reboot(var/reason) spawn(0) - world << sound(pick('newroundsexy.ogg','apcdestroyed.ogg','bangindonk.ogg')) // random end sounds!! - LastyBatsy + //world << sound(pick('newroundsexy.ogg','apcdestroyed.ogg','bangindonk.ogg')) // random end sounds!! - LastyBatsy No, no random end sounds. - Miniature //if(prob(40)) // for(var/mob/M in world) // if(M.client)