From cf7678c7d4a27be369f9e8c616752d04ef1473bf Mon Sep 17 00:00:00 2001 From: GlitchyCore Date: Mon, 27 Jul 2020 14:41:10 -0500 Subject: [PATCH] hey let's forget to add the filetype to this instead of making sure it would actually work --- code/controllers/subsystem/ticker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 21a4ac88a5..0bc4e6665a 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -712,7 +712,7 @@ SUBSYSTEM_DEF(ticker) 'sound/roundend/disappointed.ogg', 'sound/roundend/gondolabridge.ogg', 'sound/roundend/haveabeautifultime.ogg', - 'sound/roundend/CitadelStationHasSeenBetterDays'\ + 'sound/roundend/CitadelStationHasSeenBetterDays.ogg'\ ) SEND_SOUND(world, sound(round_end_sound))