diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index d2c2f012dc8..d374fada3cf 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -255,7 +255,7 @@ Nuke_request(input, ui.user) to_chat(ui.user, "Request sent.") log_game("[key_name(ui.user)] has requested the nuclear codes from Centcomm") - GLOB.major_announcement.Announce("The codes for the on-station nuclear self-destruct have been requested by [ui.user]. Confirmation or denial of this request will be sent shortly.", "Nuclear Self Destruct Codes Requested",'sound/AI/commandreport.ogg') + GLOB.major_announcement.Announce("The codes for the on-station nuclear self-destruct have been requested by [ui.user]. Confirmation or denial of this request will be sent shortly.", "Nuclear Self Destruct Codes Requested", 'sound/AI/nuke_codes.ogg') centcomm_message_cooldown = world.time + 6000 // 10 minutes setMenuState(ui.user, COMM_SCREEN_MAIN) diff --git a/sound/AI/nuke_codes.ogg b/sound/AI/nuke_codes.ogg new file mode 100644 index 00000000000..b71935968bd Binary files /dev/null and b/sound/AI/nuke_codes.ogg differ