adds yeehaw.ogg

This commit is contained in:
Dannno
2017-01-22 17:16:59 -05:00
parent 12570805bd
commit deafd45efb
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -248,7 +248,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', 'sound/misc/its_only_game.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', 'sound/misc/yeehaw.ogg')) // random end sounds!! - LastyBatsy
sleep(soundwait)
Master.Shutdown() //run SS shutdowns
for(var/thing in clients)
Binary file not shown.