mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Also initialize breasts on load
This commit is contained in:
parent
468188006a
commit
2dc0885d53
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue