No negative boobs in recETS
Posh Mother Daughter gave me a daughter with -100 boobs, so I went through recETS and Math.maxed any unsafe-looking subtractions to 0. Only found two.
Incidentally, @Elohiem, I discovered this because boobs < 0 cause nipples to be rendered as holes in the model, and I think the breast itself becomes a depression in the torso. Don't know if it's worth adding a failsafe against that.
EDIT: I've noticed that Posh Mother Daughter is also generating the mother younger than she's intended to. It and Addict Mother Daughter were using Object.apply(pram, x) instead of Object.assign(pram, x). I've corrected the error.
Merge request reports
Activity
- Resolved by Anu
I think
Object.assign
was actually intended in the original.Object.apply
isn't really a thing, although I often make this mistake.Edited by lowercasedonkey
mentioned in commit 54348aec
mentioned in issue #3727 (closed)