randomizing colors.

This commit is contained in:
Ghommie
2019-07-11 08:08:07 +02:00
parent 143410c176
commit 081c07098f
3 changed files with 11 additions and 2 deletions
@@ -6,8 +6,11 @@
else
gender = pick(MALE,FEMALE)
underwear = random_underwear(gender)
undie_color = random_color()
undershirt = random_undershirt(gender)
shirt_color = random_color()
socks = random_socks()
socks_color = random_color()
skin_tone = random_skin_tone()
hair_style = random_hair_style(gender)
facial_hair_style = random_facial_hair_style(gender)