mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user