mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Properly initialize in InducedOvulator.ShouldBeInEstrus, too.
This commit is contained in:
parent
d4892e48c3
commit
2e19990e5a
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -89,6 +89,8 @@ namespace RJW_Menstruation
|
|||
|
||||
protected override bool ShouldBeInEstrus()
|
||||
{
|
||||
if (!loaded)
|
||||
Initialize();
|
||||
switch (curStage)
|
||||
{
|
||||
case Stage.Follicular:
|
||||
|
|
Loading…
Reference in a new issue