Summary (required) (#15611)

This commit is contained in:
SabreML
2021-02-25 17:28:56 +00:00
committed by GitHub
parent 5f69256a66
commit 5b5c62baf4
+1 -1
View File
@@ -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()