Skip to content

Commit

Permalink
take 3, going back to peru, maroon, and trying black
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverOtter committed Oct 28, 2024
1 parent 47a03db commit 880fa39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/__HELPERS/priority_announce.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define CHAT_ALERT_DEFAULT_SPAN(string) ("<div class='chat_alert_default'>" + string + "</div>")
#define CHAT_ALERT_COLORED_SPAN(color, string) ("<div class='chat_alert_" + color + "'>" + string + "</div>")

#define ANNOUNCEMENT_COLORS list("default", "green", "blue", "pink", "yellow", "orange", "red", "purple", "grey", "#CD853F", "#800") //monkestation edit (V2, adding peru and maroon)
#define ANNOUNCEMENT_COLORS list("default", "green", "blue", "pink", "yellow", "orange", "red", "purple", "grey", "peru", "maroon", "black") //monkestation edit (V2, adding peru and maroon)

/**
* Make a big red text announcement to
Expand Down
4 changes: 2 additions & 2 deletions code/modules/security_levels/security_level_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
*/
/datum/security_level/amber
name = "Amber"
announcement_color = "#CD853F" //Im surprised this is a colors name, we're gonna hope it works
announcement_color = "peru" //Im surprised this is a colors name, we're gonna hope it works
number_level = SEC_LEVEL_AMBER
sound = 'sound/misc/notice1.ogg' // Its just a more spesific blue alert v2
elevating_to_configuration_key = /datum/config_entry/string/alert_amber
Expand All @@ -151,7 +151,7 @@
*/
/datum/security_level/lambda
name = "Lambda"
announcement_color = "#800" //Either this, or a shade of purple i dunno.
announcement_color = "maroon" //Either this, or a shade of purple i dunno.
number_level = SEC_LEVEL_LAMBDA
sound = 'monkestation/sound/misc/lambda.ogg' // Port over the ss14 gamma alert, rename it.
elevating_to_configuration_key = /datum/config_entry/string/alert_lambda
Expand Down

0 comments on commit 880fa39

Please sign in to comment.