mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Show the climacteric description for induced ovulators
This commit is contained in:
parent
c3ce69ac0a
commit
86210a55d2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace RJW_Menstruation
|
|||
switch (CurrentVisibleStage)
|
||||
{
|
||||
case Stage.Follicular:
|
||||
return Translations.Stage_Follicular_Induced_Desc;
|
||||
return Translations.Stage_Follicular_Induced_Desc + (EggHealth < 1f ? Translations.Stage_Climacteric_Desc : "");
|
||||
case Stage.ClimactericFollicular:
|
||||
return Translations.Stage_Follicular_Induced_Desc + " " + Translations.Stage_Climacteric_Desc;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue