From d441277b6faaaa37ebc63fa25c1a8a71725ba833 Mon Sep 17 00:00:00 2001 From: nianjiilical Date: Fri, 14 Feb 2020 16:51:41 -0400 Subject: [PATCH] Adds more Ethereal colors. (#49253) Increases the number of ethereal colors from 8 to 18. I did this on a new monitor, so the colors might be off, but its its a one line change to add/remove them, so. --- code/_globalvars/lists/flavor_misc.dm | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/code/_globalvars/lists/flavor_misc.dm b/code/_globalvars/lists/flavor_misc.dm index c388a8a5713..f21bfce4c9f 100644 --- a/code/_globalvars/lists/flavor_misc.dm +++ b/code/_globalvars/lists/flavor_misc.dm @@ -38,7 +38,26 @@ GLOBAL_LIST_EMPTY(moth_wings_list) GLOBAL_LIST_EMPTY(moth_markings_list) GLOBAL_LIST_EMPTY(caps_list) -GLOBAL_LIST_INIT(color_list_ethereal, list("F Class(Green)" = "97ee63", "F2 Class (Light Green)" = "00fa9a", "F3 Class (Dark Green)" = "37835b", "M Class (Red)" = "9c3030", "M1 Class (Purple)" = "ee82ee", "G Class (Yellow)" = "fbdf56", "O Class (Blue)" = "3399ff", "A Class (Cyan)" = "00ffff")) +GLOBAL_LIST_INIT(color_list_ethereal, list( + "Red" = "ff4d4d", + "Faint Red" = "ffb3b3", + "Dark Red" = "9c3030", + "Orange" = "ffa64d", + "Burnt Orange" = "cc4400", + "Bright Yellow" = "ffff99", + "Dull Yellow" = "fbdf56", + "Faint Green" = "ddff99", + "Green" = "97ee63", + "Seafoam Green" = "00fa9a", + "Dark Green" = "37835b", + "Cyan Blue" = "00ffff", + "Faint Blue" = "b3d9ff", + "Blue" = "3399ff", + "Dark Blue" = "6666ff", + "Purple" = "ee82ee", + "Dark Fuschia" = "cc0066", + "Pink" = "ff99cc", + "White" = "f2f2f2",)) GLOBAL_LIST_INIT(ghost_forms_with_directions_list, list( "ghost",