From b87466232368e256060f6627c1a76c63cd0b70ec Mon Sep 17 00:00:00 2001 From: Ragolution Date: Mon, 18 Mar 2019 08:54:04 -0400 Subject: [PATCH] Enables new sound. Why the fuck is this in the ticker subsystem? --- code/controllers/subsystem/ticker.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index d54f6fc3ef..35a92d7c19 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -655,7 +655,8 @@ SUBSYSTEM_DEF(ticker) 'sound/roundend/its_only_game.ogg', 'sound/roundend/yeehaw.ogg', 'sound/roundend/disappointed.ogg', - 'sound/roundend/gondolabridge.ogg'\ + 'sound/roundend/gondolabridge.ogg', + 'sound/roundend/haveabeautifultime.ogg'\ ) SEND_SOUND(world, sound(round_end_sound))