From 0e780d4ba026c43d5998dd138fd84dc1487e680a Mon Sep 17 00:00:00 2001 From: GlitchyCore Date: Sun, 26 Jul 2020 16:59:26 -0500 Subject: [PATCH] hey you know what it'd be good if the filepath was actually there instead of the the .ogg name --- 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 0336109add..21a4ac88a5 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', - 'CitadelStationHasSeenBetterDays'\ + 'sound/roundend/CitadelStationHasSeenBetterDays'\ ) SEND_SOUND(world, sound(round_end_sound))