Player skins: Fix duplicate bands color
This commit is contained in:
parent
9518f46b3e
commit
e38fce1dab
@ -23,7 +23,7 @@ local components = {
|
|||||||
-- TODO: Add support for skin colors 0-9
|
-- TODO: Add support for skin colors 0-9
|
||||||
skin_colors = { "1" },
|
skin_colors = { "1" },
|
||||||
cloth_colors = { "red", "redviolet", "magenta", "purple", "blue", "cyan", "green", "yellow", "orange" },
|
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" },
|
hairs = { "beard", "short" },
|
||||||
eye_colors = { "green", "blue", "brown" },
|
eye_colors = { "green", "blue", "brown" },
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 529 B |
Loading…
Reference in New Issue
Block a user