mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Fix the texture path in the normal follicular, too.
This commit is contained in:
parent
25556c464e
commit
1088a4c8e9
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue