diff --git a/code/modules/security_levels/security_level_datums.dm b/code/modules/security_levels/security_level_datums.dm index c5c539b142a..f111ea82e14 100644 --- a/code/modules/security_levels/security_level_datums.dm +++ b/code/modules/security_levels/security_level_datums.dm @@ -142,4 +142,4 @@ status_display_mode = STATUS_DISPLAY_ALERT status_display_data = "deltaalert" elevating_to_announcement_title = "Attention! Delta security level reached!" - elevating_to_announcement_text = "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." + elevating_to_announcement_text = "The station's self-destruct mechanism has been engaged. All crew are instructed to abandon the station immediately. This is not a drill." diff --git a/sound/AI/delta.ogg b/sound/AI/delta.ogg index 5ed127bc694..6d3be6658ff 100644 Binary files a/sound/AI/delta.ogg and b/sound/AI/delta.ogg differ