diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 6375b7382..1a9f1a57a 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -697,7 +697,8 @@ SUBSYSTEM_DEF(ticker) 'hyperstation/sound/roundend/starbucks.ogg', 'hyperstation/sound/roundend/tired.ogg', 'hyperstation/sound/roundend/toys.ogg', - 'hyperstation/sound/roundend/water.ogg'\ + 'hyperstation/sound/roundend/water.ogg', + 'hyperstation/sound/roundend/whatiswrong.ogg'\ ) SEND_SOUND(world, sound(round_end_sound)) diff --git a/hyperstation/sound/roundend/whatiswrong.ogg b/hyperstation/sound/roundend/whatiswrong.ogg new file mode 100644 index 000000000..af9e6e862 Binary files /dev/null and b/hyperstation/sound/roundend/whatiswrong.ogg differ