Skip to content

Commit

Permalink
Fix delta security alert using level blue announcement (#24602)
Browse files Browse the repository at this point in the history
Update security_level_datums.dm
  • Loading branch information
lessthnthree authored and FFMirrorBot committed Oct 26, 2023
1 parent a7c543d commit 40920dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sound = 'modular_skyrat/modules/alerts/sound/security_levels/red.ogg'

/datum/security_level/delta
announcement_color = "default"
announcement_color = "pink"
lowering_to_configuration_key = /datum/config_entry/string/alert_delta_downto
elevating_to_configuration_key = /datum/config_entry/string/alert_delta_upto
sound = 'modular_skyrat/modules/alerts/sound/security_levels/delta.ogg'
Expand Down

0 comments on commit 40920dd

Please sign in to comment.