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()