Player skins: Fix duplicate bands color

This commit is contained in:
Wuzzy 2021-08-07 22:50:07 +02:00
parent 9518f46b3e
commit e38fce1dab
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local components = {
-- TODO: Add support for skin colors 0-9
skin_colors = { "1" },
cloth_colors = { "red", "redviolet", "magenta", "purple", "blue", "cyan", "green", "yellow", "orange" },
band_colors = { "red", "redviolet", "magenta", "purple", "blue", "skyblue", "cyan", "green", "lime", "turquoise", "yellow", "orange" },
band_colors = { "red", "redviolet", "magenta", "purple", "blue", "skyblue", "cyan", "turquoise", "lime", "green", "yellow", "orange" },
hairs = { "beard", "short" },
eye_colors = { "green", "blue", "brown" },
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 529 B