From 0897aac2c8b0f957f9f9717f0400dffc2037f489 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Fri, 27 May 2022 19:31:46 -0700 Subject: [PATCH] Fixed command report sound --- code/__HELPERS/priority_announce.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/priority_announce.dm b/code/__HELPERS/priority_announce.dm index 5d5fad1706..cfb52408aa 100644 --- a/code/__HELPERS/priority_announce.dm +++ b/code/__HELPERS/priority_announce.dm @@ -81,7 +81,7 @@ title = "Classified [command_name()] Update" if(announce) - priority_announce("A report has been downloaded and printed out at all communications consoles.", "Incoming Classified Message", "commandreport", SSstation.announcer.get_rand_report_sound(), has_important_message = TRUE) + priority_announce("A report has been downloaded and printed out at all communications consoles.", "Incoming Classified Message", SSstation.announcer.get_rand_report_sound(), has_important_message = TRUE) var/datum/comm_message/M = new M.title = title