diff --git a/code/orphaned procs/priority_announce.dm b/code/orphaned procs/priority_announce.dm
index 4f6b31f3b3d..967d5a3e022 100644
--- a/code/orphaned procs/priority_announce.dm
+++ b/code/orphaned procs/priority_announce.dm
@@ -28,7 +28,7 @@
if(!istype(M,/mob/new_player) && !M.ear_deaf)
M << announcement
if(M.client.prefs.toggles & SOUND_ANNOUNCEMENTS)
- return
+ continue
M << sound(sound)
/proc/print_command_report(text = "", title = "Central Command Update")
@@ -48,7 +48,7 @@
if(!istype(M,/mob/new_player) && !M.ear_deaf)
M << "[title]
[message]
"
if(M.client.prefs.toggles & SOUND_ANNOUNCEMENTS)
- return
+ continue
if(alert)
M << sound('sound/misc/notice1.ogg')
else