mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Induced ovulators still get one more shot in climacteric follicular
This commit is contained in:
parent
13a883ea69
commit
a967c7cfe3
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -47,7 +47,7 @@ namespace RJW_Menstruation
|
||||||
protected override void AfterCumIn(Pawn cummer)
|
protected override void AfterCumIn(Pawn cummer)
|
||||||
{
|
{
|
||||||
base.AfterCumIn(cummer);
|
base.AfterCumIn(cummer);
|
||||||
if (curStage == Stage.Follicular) curStage = Stage.Ovulatory;
|
if (curStage == Stage.Follicular || curStage == Stage.ClimactericFollicular) curStage = Stage.Ovulatory;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool IsDangerDay
|
public override bool IsDangerDay
|
||||||
|
|
Loading…
Reference in a new issue