Skip to content

Commit

Permalink
Port of elf skintones from Vanderlin
Browse files Browse the repository at this point in the history
Adds Jungle Elf and Savannah Elf skintones
  • Loading branch information
ThePainkiller authored Jan 29, 2025
2 parents 1791e19 + 355740c commit a5f6191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@
#define SKIN_COLOR_COASTAL_ELF "e2b9a3"
#define SKIN_COLOR_WOOD_ELF "c9a893"
#define SKIN_COLOR_SEA_ELF "ba9882"
#define SKIN_COLOR_JUNGLE_ELF "ac8369"
#define SKIN_COLOR_SAVANNAH_ELF "9c6f52"
#define SKIN_COLOR_SAND_ELF "5d4c41"

//HUMEN SKIN TONES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@
"Coastal Elf" = SKIN_COLOR_COASTAL_ELF,
"Wood Elf" = SKIN_COLOR_WOOD_ELF,
"Sea Elf" = SKIN_COLOR_SEA_ELF,
"Sand Elf" = SKIN_COLOR_SAND_ELF,
"Jungle Elf" = SKIN_COLOR_JUNGLE_ELF,
"Savannah Elf" = SKIN_COLOR_SAVANNAH_ELF,
"Sand Elf" = SKIN_COLOR_SAND_ELF
))

/datum/species/elf/snow/get_hairc_list()
Expand Down

0 comments on commit a5f6191

Please sign in to comment.