Skip to content

Commit

Permalink
maybe beige works?
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverOtter committed Oct 28, 2024
1 parent 880fa39 commit e0c7f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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", "peru", "maroon", "black") //monkestation edit (V2, adding peru and maroon)
#define ANNOUNCEMENT_COLORS list("default", "green", "blue", "pink", "yellow", "orange", "red", "purple", "grey", "beige", "maroon") //monkestation edit (V2, adding peru and maroon)

/**
* Make a big red text announcement to
Expand Down
2 changes: 1 addition & 1 deletion 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 = "peru" //Im surprised this is a colors name, we're gonna hope it works
announcement_color = "beige" //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 Down

0 comments on commit e0c7f22

Please sign in to comment.