Clear estrusflag for induced after Follicular

This commit is contained in:
lutepickle 2022-03-05 19:55:31 -08:00
parent 6d442b5964
commit 3e589524e1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace RJW_Menstruation
if (curStageHrs >= FollicularIntervalHours)
{
GoNextStage(Stage.Luteal);
estrusflag = false;
}
else
{