mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
After recovery, go straight into anestrus if out of breeding season
This commit is contained in:
parent
1b10200953
commit
1f6f50a361
1 changed files with 4 additions and 0 deletions
|
@ -1529,6 +1529,10 @@ namespace RJW_Menstruation
|
|||
{
|
||||
GoNextStage(Stage.Young);
|
||||
}
|
||||
else if (!IsBreedingSeason())
|
||||
{
|
||||
GoNextStage(Stage.Anestrus);
|
||||
}
|
||||
else if (Configurations.EnableMenopause && ovarypower < OvaryPowerThreshold)
|
||||
{
|
||||
GoNextStage(Stage.ClimactericFollicular);
|
||||
|
|
Loading…
Reference in a new issue