Fix the texture path in the normal follicular, too.

This commit is contained in:
lutepickle 2023-04-10 15:36:56 -07:00
parent 25556c464e
commit 1088a4c8e9
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -235,7 +235,7 @@ namespace RJW_Menstruation
else break;
}
if (comp.curStageHrs > comp.CurStageIntervalHours - 30) // Approximate time for ovulation to occur
return ContentFinder<Texture2D>.Get((comp.OvulationChance >= ovaryChanceToShow_01) ? "Ovaries/Ovary_01" : "Ovaries_Ovary_00", true);
return ContentFinder<Texture2D>.Get((comp.OvulationChance >= ovaryChanceToShow_01) ? "Ovaries/Ovary_01" : "Ovaries/Ovary_00", true);
else break;
case HediffComp_Menstruation.Stage.Ovulatory:
if (!includeOvary) break;

View File

@ -1,5 +1,5 @@
Version 1.0.9.0
- Fix errors when opening the womb dialog of an induced ovulator with low fertility during sex.
- Fix errors when opening the womb dialog of some low fertility pawns.
- Menstruation-related genes will now stay on females during initial pawn setup.
Version 1.0.8.9