From 9b5f17a8b1713eacedf8afd6730c038ab9180be1 Mon Sep 17 00:00:00 2001 From: YotaXP Date: Sun, 21 Feb 2016 00:29:58 -0500 Subject: [PATCH] Fixes announcements, I hope --- code/orphaned procs/priority_announce.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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