diff --git a/code/modules/security_levels/security_level_datums.dm b/code/modules/security_levels/security_level_datums.dm index 2733e33ce07..b1dff0999ff 100644 --- a/code/modules/security_levels/security_level_datums.dm +++ b/code/modules/security_levels/security_level_datums.dm @@ -144,7 +144,12 @@ 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 abandon the station immediately. This is not a drill." -/datum/security_level/delta/overload +/datum/security_level/delta_overload number_level = SEC_LEVEL_DELTA_REACTOR + elevating_to_sound = 'sound/effects/delta_klaxon.ogg' + ai_announcement_sound = 'sound/AI/delta.ogg' + color = "orangered" + status_display_mode = STATUS_DISPLAY_ALERT + status_display_data = "deltaalert" elevating_to_announcement_title = "Attention! Delta-AZ5 security level reached!" elevating_to_announcement_text = "Central Command has disabled all nuclear fission reactor failsafes. Crew are instructed to ensure detonation of the station fission reactor at all costs."