Also initialize breasts on load

This commit is contained in:
lutepickle 2023-07-03 09:21:55 -07:00
parent 468188006a
commit 2dc0885d53
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ namespace RJW_Menstruation
Scribe_Values.Look(ref baseAlpha, "baseAlpha", baseAlpha, true);
Scribe_Values.Look(ref baseAreola, "baseAreola", baseAreola, true);
Scribe_Values.Look(ref baseNipple, "baseNipple", baseNipple, true);
if (Scribe.mode == LoadSaveMode.PostLoadInit)
Initialize();
}
public bool ShouldSimulate()