diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index cbf960e..52016e7 100644 Binary files a/1.3/Assemblies/RJW_Menstruation.dll and b/1.3/Assemblies/RJW_Menstruation.dll differ diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs index 7f76ffa..30ae120 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs @@ -179,7 +179,12 @@ namespace RJW_Menstruation case HediffComp_Menstruation.Stage.Follicular: case HediffComp_Menstruation.Stage.ClimactericFollicular: if (!includeOvary) break; - if (comp is HediffComp_InducedOvulator) break; + if (comp is HediffComp_InducedOvulator) + { + if (comp.Pawn.jobs.curDriver is JobDriver_Sex job && (job.Sexprops?.sexType == xxx.rjwSextype.Vaginal || job.Sexprops?.sexType == xxx.rjwSextype.DoublePenetration)) + return ContentFinder.Get("Ovaries/Ovary_01", true); + else break; + } if (comp.curStageHrs > comp.CurStageIntervalHours - 30) // Approximate time for ovulation to occur return ContentFinder.Get("Ovaries/Ovary_01", true); else break; diff --git a/changelogs.txt b/changelogs.txt index 620ae72..3303d80 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,5 +1,6 @@ Version 1.0.7.3 - Properly display multiple icons for pawns with multiple wombs. + - Show the 'about to ovulate' icon in the womb dialog for induced ovulators during vaginal sex. Version 1.0.7.2 - Fix errors when trying to open dev actions when HAR is not installed.