diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 088eaee0..553855c7 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -670,6 +670,10 @@ SUBSYSTEM_DEF(ticker) update_everything_flag_in_db() if(!round_end_sound) round_end_sound = pick(\ + 'sound/roundend/iwishtherewassomethingmore.ogg', + 'sound/roundend/likeisaid.ogg', + 'sound/roundend/whatarottenwaytodie.ogg', + 'sound/roundend/whatashame.ogg', 'sound/roundend/newroundsexy.ogg', 'sound/roundend/apcdestroyed.ogg', 'sound/roundend/bangindonk.ogg', diff --git a/sound/roundend/iwishtherewassomethingmore.ogg b/sound/roundend/iwishtherewassomethingmore.ogg new file mode 100644 index 00000000..c7d23361 Binary files /dev/null and b/sound/roundend/iwishtherewassomethingmore.ogg differ diff --git a/sound/roundend/likeisaid.ogg b/sound/roundend/likeisaid.ogg new file mode 100644 index 00000000..063279db Binary files /dev/null and b/sound/roundend/likeisaid.ogg differ diff --git a/sound/roundend/whatarottenwaytodie.ogg b/sound/roundend/whatarottenwaytodie.ogg new file mode 100644 index 00000000..ca61a68f Binary files /dev/null and b/sound/roundend/whatarottenwaytodie.ogg differ diff --git a/sound/roundend/whatashame.ogg b/sound/roundend/whatashame.ogg new file mode 100644 index 00000000..2c50b187 Binary files /dev/null and b/sound/roundend/whatashame.ogg differ