diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index a352d85c3..b805c37a4 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -686,16 +686,18 @@ SUBSYSTEM_DEF(ticker) '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', - 'sound/roundend/leavingtg.ogg', - 'sound/roundend/its_only_game.ogg', - 'sound/roundend/yeehaw.ogg', - 'sound/roundend/disappointed.ogg', - 'sound/roundend/gondolabridge.ogg', - 'sound/roundend/haveabeautifultime.ogg'\ + 'hyperstation/sound/roundend/whatashame.ogg' + 'hyperstation/sound/roundend/babybird.ogg' + 'hyperstation/sound/roundend/masterhalo.ogg' + 'hyperstation/sound/roundend/missionary.ogg' + 'hyperstation/sound/roundend/monogamy.ogg' + 'hyperstation/sound/roundend/propergum.ogg' + 'hyperstation/sound/roundend/replenishing.ogg' + 'hyperstation/sound/roundend/seat.ogg' + 'hyperstation/sound/roundend/starbucks.ogg' + 'hyperstation/sound/roundend/tired.ogg' + 'hyperstation/sound/roundend/toys.ogg' + 'hyperstation/sound/roundend/water.ogg'\ ) SEND_SOUND(world, sound(round_end_sound)) diff --git a/hyperstation/sound/roundend/babybird.ogg b/hyperstation/sound/roundend/babybird.ogg new file mode 100644 index 000000000..7991ca4ab Binary files /dev/null and b/hyperstation/sound/roundend/babybird.ogg differ diff --git a/hyperstation/sound/roundend/masterhalo.ogg b/hyperstation/sound/roundend/masterhalo.ogg new file mode 100644 index 000000000..5e440a3f5 Binary files /dev/null and b/hyperstation/sound/roundend/masterhalo.ogg differ diff --git a/hyperstation/sound/roundend/missionary.ogg b/hyperstation/sound/roundend/missionary.ogg new file mode 100644 index 000000000..531999cbe Binary files /dev/null and b/hyperstation/sound/roundend/missionary.ogg differ diff --git a/hyperstation/sound/roundend/monogamy.ogg b/hyperstation/sound/roundend/monogamy.ogg new file mode 100644 index 000000000..6752131e1 Binary files /dev/null and b/hyperstation/sound/roundend/monogamy.ogg differ diff --git a/hyperstation/sound/roundend/propergum.ogg b/hyperstation/sound/roundend/propergum.ogg new file mode 100644 index 000000000..be72c793b Binary files /dev/null and b/hyperstation/sound/roundend/propergum.ogg differ diff --git a/hyperstation/sound/roundend/replenishing.ogg b/hyperstation/sound/roundend/replenishing.ogg new file mode 100644 index 000000000..aaf7e470e Binary files /dev/null and b/hyperstation/sound/roundend/replenishing.ogg differ diff --git a/hyperstation/sound/roundend/seat.ogg b/hyperstation/sound/roundend/seat.ogg new file mode 100644 index 000000000..e84bfb9cc Binary files /dev/null and b/hyperstation/sound/roundend/seat.ogg differ diff --git a/hyperstation/sound/roundend/starbucks.ogg b/hyperstation/sound/roundend/starbucks.ogg new file mode 100644 index 000000000..7ab8bb0d4 Binary files /dev/null and b/hyperstation/sound/roundend/starbucks.ogg differ diff --git a/hyperstation/sound/roundend/tired.ogg b/hyperstation/sound/roundend/tired.ogg new file mode 100644 index 000000000..1142c2e11 Binary files /dev/null and b/hyperstation/sound/roundend/tired.ogg differ diff --git a/hyperstation/sound/roundend/toys.ogg b/hyperstation/sound/roundend/toys.ogg new file mode 100644 index 000000000..a2306ac28 Binary files /dev/null and b/hyperstation/sound/roundend/toys.ogg differ diff --git a/hyperstation/sound/roundend/water.ogg b/hyperstation/sound/roundend/water.ogg new file mode 100644 index 000000000..10d2baf3b Binary files /dev/null and b/hyperstation/sound/roundend/water.ogg differ