Merge pull request #11847 from Ghommie/Ghommie-cit679

A peeve with random bodies.
This commit is contained in:
kevinz000
2020-04-25 16:59:07 -07:00
committed by GitHub
4 changed files with 12 additions and 10 deletions
@@ -93,7 +93,7 @@
H.socks = random_socks(H.gender)
//H.eye_color = random_eye_color()
REMOVE_TRAIT(H, TRAIT_DISFIGURED, null) //
H.dna.features = random_features(H.dna.species?.id)
H.dna.features = random_features(H.dna.species?.id, H.gender)
// Apply Appearance
H.update_body(TRUE) // Outfit and underwear, also body and privates.