mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Compare commits
1 commit
7a92cce993
...
546d412d3c
Author | SHA1 | Date | |
---|---|---|---|
|
546d412d3c |
3 changed files with 0 additions and 7 deletions
Binary file not shown.
|
@ -637,11 +637,7 @@ namespace RJW_Menstruation
|
||||||
Scribe_Values.Look(ref DoCleanWomb, "DoCleanWomb", false);
|
Scribe_Values.Look(ref DoCleanWomb, "DoCleanWomb", false);
|
||||||
Scribe_References.Look(ref pregnancy, "pregnancy");
|
Scribe_References.Look(ref pregnancy, "pregnancy");
|
||||||
if (Scribe.mode == LoadSaveMode.PostLoadInit)
|
if (Scribe.mode == LoadSaveMode.PostLoadInit)
|
||||||
{
|
|
||||||
Initialize();
|
Initialize();
|
||||||
if (pregnancy is HediffWithParents vanillaPreg && vanillaPreg.Mother == vanillaPreg.Father) // Fix mother == father issue
|
|
||||||
vanillaPreg.SetParents(vanillaPreg.Mother, null, vanillaPreg.geneSet);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
Version 1.5.0.2
|
|
||||||
- Fix error during labor if the mother is also the father.
|
|
||||||
|
|
||||||
Version 1.5.0.1
|
Version 1.5.0.1
|
||||||
- Fix error getting blood color of pawns without genes.
|
- Fix error getting blood color of pawns without genes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue