The source project of this merge request has been removed.
Patches
Fixes and changes
- Misc formatting and type def cleanup
- Got the nursery working for #4737 (closed) by removing some old code that was handled in an new, better way directly below the removed code
- This should close #4737 (closed)
- Fixed V.PC verification bugging out on new games
- This will close #5387 (closed)
- Renamed
App.Utils.AssignMissingDefaults()toApp.Utils.assignMissingDefaults(), as that is what was originally intended - Fixed handling of eye color in
generateChild() - Removed
this.pregData = clone(App.Data.misc.pregData.human)fromInfantStateand addedWombInit(child)togenerateChild() - Renamed the verification files in
/src/data/verification/as there were too similar in name to other files- I have started using
Ctrl + Pin VSCode and I keep opening the verification file forHumanStatewhen I meant to open the file that defines it, or vise versa
- I have started using
Not fixed/Not reproducible/Not an issue
- Nursery slaves being converted to null
- Problem seems to have been in the nursery code itself
- New saves and saves that are patched by the new patching system do not seem to be affected
- Can't do anything about old saves where it already happened, my suggestion is to load an even older save that doesn't have null nursery slaves
-
#5385 (closed)
- Couldn't be reproduced
Edited by Frankly George