diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index e5db27e..6146060 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/HediffComp_Menstruation.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index 8080ba8..c6cf213 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -393,7 +393,7 @@ namespace RJW_Menstruation { get { - if (eggs.NullOrEmpty()) return -1; + if (eggs?.All(egg => !egg.fertilized) ?? true) return -1; return eggs.Max(egg => egg.fertstage); } } diff --git a/changelogs.txt b/changelogs.txt index 5451658..7dacd1a 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,5 +1,6 @@ Version 1.0.7.4 - Fix errors when using mods with bad HediffCompProperties. + - Fix egg appearing to be fertilized in womb display when it isn't. - Induced ovulators will start with a lower number of eggs, but reasonably enough for a long breeding life. IUDs or sex with poor fertility partners may result in early menopause. - Updated max size areola images by wruf. - Title addition on pregnancy removed to match RJW 5.1.0.