Merge pull request #11852 from Ghommie/Ghommie-cit681

Custom skin tone preferences.
This commit is contained in:
kevinz000
2020-04-17 05:16:04 -07:00
committed by GitHub
32 changed files with 233 additions and 194 deletions
+1
View File
@@ -18,6 +18,7 @@
H.undie_color = random_short_color()
H.undershirt = random_undershirt(H.gender)
H.shirt_color = random_short_color()
H.dna.skin_tone_override = null
H.skin_tone = random_skin_tone()
H.hair_style = random_hair_style(H.gender)
H.facial_hair_style = random_facial_hair_style(H.gender)