From 5e01bb9c2285d1b27fcedf5bc2c0ab86a17a373b Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sat, 15 May 2021 08:35:46 -0400 Subject: [PATCH] Update ticker.dm --- 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 a06ef3f03b..a7a3e87672 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -714,7 +714,7 @@ SUBSYSTEM_DEF(ticker) 'sound/roundend/gondolabridge.ogg', 'sound/roundend/haveabeautifultime.ogg', 'sound/roundend/CitadelStationHasSeenBetterDays.ogg', - 'sound/roundend/approachingbaystation'\ + 'sound/roundend/approachingbaystation.ogg'\ ) SEND_SOUND(world, sound(round_end_sound))