Properly initialize in InducedOvulator.ShouldBeInEstrus, too.

This commit is contained in:
lutepickle 2022-09-28 07:35:35 -07:00
parent d4892e48c3
commit 2e19990e5a
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -89,6 +89,8 @@ namespace RJW_Menstruation
protected override bool ShouldBeInEstrus()
{
if (!loaded)
Initialize();
switch (curStage)
{
case Stage.Follicular: