mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Have a pawn that becomes fertile go into anestrus if they're out of season.
This commit is contained in:
parent
14174396b0
commit
f503deb09e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1525,7 +1525,7 @@ namespace RJW_Menstruation
|
|||
{
|
||||
StayCurrentStageConst(Stage.Young);
|
||||
}
|
||||
else GoNextStage(Stage.Follicular);
|
||||
else GoNextStage(IsBreedingSeason() ? Stage.Follicular : Stage.Anestrus);
|
||||
}
|
||||
|
||||
protected virtual void ClimactericFollicularAction()
|
||||
|
|
Loading…
Reference in a new issue