diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 0f4b34f42..6180e340c 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -677,10 +677,15 @@ 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', + 'hyperstation/sound/roundend/dotheballsgo.ogg', + 'hyperstation/sound/roundend/iknowwhat.ogg', + 'hyperstation/sound/roundend/lottawords.ogg', + 'hyperstation/sound/roundend/pissesonme.ogg', + 'hyperstation/sound/roundend/theballsgothard.ogg', + 'hyperstation/sound/roundend/iwishtherewassomethingmore.ogg', + 'hyperstation/sound/roundend/likeisaid.ogg', + 'hyperstation/sound/roundend/whatarottenwaytodie.ogg', + 'hyperstation/sound/roundend/whatashame.ogg', 'sound/roundend/newroundsexy.ogg', 'sound/roundend/apcdestroyed.ogg', 'sound/roundend/bangindonk.ogg', diff --git a/hyperstation/sound/roundend/dotheballsgo.ogg b/hyperstation/sound/roundend/dotheballsgo.ogg new file mode 100644 index 000000000..a467fffbb Binary files /dev/null and b/hyperstation/sound/roundend/dotheballsgo.ogg differ diff --git a/hyperstation/sound/roundend/iknowwhat.ogg b/hyperstation/sound/roundend/iknowwhat.ogg new file mode 100644 index 000000000..948228d7e Binary files /dev/null and b/hyperstation/sound/roundend/iknowwhat.ogg differ diff --git a/sound/roundend/iwishtherewassomethingmore.ogg b/hyperstation/sound/roundend/iwishtherewassomethingmore.ogg similarity index 100% rename from sound/roundend/iwishtherewassomethingmore.ogg rename to hyperstation/sound/roundend/iwishtherewassomethingmore.ogg diff --git a/sound/roundend/likeisaid.ogg b/hyperstation/sound/roundend/likeisaid.ogg similarity index 100% rename from sound/roundend/likeisaid.ogg rename to hyperstation/sound/roundend/likeisaid.ogg diff --git a/hyperstation/sound/roundend/lottawords.ogg b/hyperstation/sound/roundend/lottawords.ogg new file mode 100644 index 000000000..060f889d2 Binary files /dev/null and b/hyperstation/sound/roundend/lottawords.ogg differ diff --git a/hyperstation/sound/roundend/pissesonme.ogg b/hyperstation/sound/roundend/pissesonme.ogg new file mode 100644 index 000000000..4b857e95b Binary files /dev/null and b/hyperstation/sound/roundend/pissesonme.ogg differ diff --git a/hyperstation/sound/roundend/theballsgothard.ogg b/hyperstation/sound/roundend/theballsgothard.ogg new file mode 100644 index 000000000..8c3e498e7 Binary files /dev/null and b/hyperstation/sound/roundend/theballsgothard.ogg differ diff --git a/sound/roundend/whatarottenwaytodie.ogg b/hyperstation/sound/roundend/whatarottenwaytodie.ogg similarity index 100% rename from sound/roundend/whatarottenwaytodie.ogg rename to hyperstation/sound/roundend/whatarottenwaytodie.ogg diff --git a/sound/roundend/whatashame.ogg b/hyperstation/sound/roundend/whatashame.ogg similarity index 100% rename from sound/roundend/whatashame.ogg rename to hyperstation/sound/roundend/whatashame.ogg