mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Initialize after loading a pawn. This should cut down on uninitialized errors.
This commit is contained in:
parent
30a5d84476
commit
39fe33acc6
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -676,6 +676,8 @@ namespace RJW_Menstruation
|
|||
Scribe_Values.Look(ref originvagsize, "originvagsize", originvagsize, true);
|
||||
Scribe_Values.Look(ref DoCleanWomb, "DoCleanWomb", false);
|
||||
Scribe_References.Look(ref pregnancy, "pregnancy");
|
||||
if (Scribe.mode == LoadSaveMode.PostLoadInit)
|
||||
Initialize();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue