From 5b5c62baf4988dc0bb78b3a0f9acf013c7b35676 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:28:56 +0000 Subject: [PATCH] Summary (required) (#15611) --- 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 44b1593b395..6d7ccb8a265 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -574,7 +574,7 @@ SUBSYSTEM_DEF(ticker) // Play a haha funny noise var/round_end_sound = pick(GLOB.round_end_sounds) var/sound_length = GLOB.round_end_sounds[round_end_sound] - world << round_end_sound + SEND_SOUND(world, sound(round_end_sound)) sleep(sound_length) world.Reboot()