Fixes delta alert state (#31774)

This commit is contained in:
PollardTheDragon
2026-03-29 02:21:16 +00:00
committed by GitHub
parent 87c2a19ecd
commit 524de1b822
@@ -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."