diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 6180e340c..b75ba3328 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -678,6 +678,7 @@ SUBSYSTEM_DEF(ticker) if(!round_end_sound) round_end_sound = pick(\ 'hyperstation/sound/roundend/dotheballsgo.ogg', + 'hyperstation/sound/roundend/filledwith.ogg', 'hyperstation/sound/roundend/iknowwhat.ogg', 'hyperstation/sound/roundend/lottawords.ogg', 'hyperstation/sound/roundend/pissesonme.ogg', diff --git a/hyperstation/sound/roundend/filledwith.ogg b/hyperstation/sound/roundend/filledwith.ogg new file mode 100644 index 000000000..e1c865f08 Binary files /dev/null and b/hyperstation/sound/roundend/filledwith.ogg differ