Update changelog

This commit is contained in:
lutepickle 2022-08-08 08:18:04 -07:00
parent 85c479a45b
commit a77988fd99
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Version 1.0.7.1
- Null reference error fix for multiple wombs when one is pregnant.
- Nipple size/transition system rewritten to be simpler under the hood. Should work with existing saves, but you might find sizes to be different, especially for very large or very small breasts.
- Identical twins conceived after this update will have identical sex part sizes, properties, etc. upon being born.
- Replaced HugsLib-based scheduler with normal ticking. This should reduce some 'phantom cycle' bugs.
- For modders:
- The function Hediff_MultiplePregnancy.ProcessIdenticalSibling is called on every identical sibling when born except the first. Any race-specfic genetic properties can be patched in there.
- Any mods that add comps to RJW parts should copy what they need to on a postfix to Hediff_MultiplePregnancy.CopyBodyPartProperties, e.g. how menstruation itself does in that function.