mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Clear estrusflag for induced after Follicular
This commit is contained in:
parent
6d442b5964
commit
3e589524e1
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace RJW_Menstruation
|
||||||
if (curStageHrs >= FollicularIntervalHours)
|
if (curStageHrs >= FollicularIntervalHours)
|
||||||
{
|
{
|
||||||
GoNextStage(Stage.Luteal);
|
GoNextStage(Stage.Luteal);
|
||||||
|
estrusflag = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue