diff --git a/code/modules/security_levels/security levels.dm b/code/modules/security_levels/security levels.dm index 8c6cd93531a..effaae3f0ad 100644 --- a/code/modules/security_levels/security levels.dm +++ b/code/modules/security_levels/security levels.dm @@ -122,7 +122,7 @@ FA.overlays += image('icons/obj/monitors.dmi', "overlay_epsilon") if(SEC_LEVEL_DELTA) - security_announcement_up.Announce("The station's self-destruct mechanism has been engaged. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill.","Attention! Delta security level reached!", new_sound = sound('sound/effects/stationalert.ogg')) + security_announcement_up.Announce("The station's self-destruct mechanism has been engaged. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill.","Attention! Delta security level reached!", new_sound = sound('sound/effects/deltaalarm.ogg')) security_level = SEC_LEVEL_DELTA post_status("alert", "deltaalert") diff --git a/sound/effects/deltaalarm.ogg b/sound/effects/deltaalarm.ogg new file mode 100644 index 00000000000..6eed302098e Binary files /dev/null and b/sound/effects/deltaalarm.ogg differ diff --git a/sound/effects/stationalert.ogg b/sound/effects/stationalert.ogg deleted file mode 100644 index 35e4c29e210..00000000000 Binary files a/sound/effects/stationalert.ogg and /dev/null differ