Merge pull request #9100 from cebutris/got-milk

Breasts no longer lactate by default, Lactation is now a preference
This commit is contained in:
deathride58
2019-08-14 15:40:53 -04:00
committed by GitHub
5 changed files with 10 additions and 0 deletions
@@ -230,6 +230,7 @@
B.prev_size = B.size
B.shape = dna.features["breasts_shape"]
B.fluid_id = dna.features["breasts_fluid"]
B.producing = dna.features["breasts_producing"]
B.update()