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
+3
View File
@@ -1407,10 +1407,13 @@ GLOBAL_LIST_EMPTY(preferences_datums)
facial_hair_style = random_facial_hair_style(gender)
if("underwear")
underwear = random_underwear(gender)
undie_color = random_color()
if("undershirt")
undershirt = random_undershirt(gender)
shirt_color = random_color()
if("socks")
socks = random_socks()
socks_color = random_color()
if(BODY_ZONE_PRECISE_EYES)
eye_color = random_eye_color()
if("s_tone")