Fixed a little peeve with random bodies.

This commit is contained in:
Ghommie
2020-04-14 02:20:19 +02:00
parent 3aad79f6e1
commit e753c1ad14
4 changed files with 12 additions and 10 deletions
@@ -92,7 +92,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.