diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/Compatibility/AnimalGeneticsCompatibility.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/Compatibility/AnimalGeneticsCompatibility.cs index 4242008..e1d55d2 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/Compatibility/AnimalGeneticsCompatibility.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/Compatibility/AnimalGeneticsCompatibility.cs @@ -5,7 +5,7 @@ namespace RJW_Menstruation { public static class AnimalGeneticsCompatibility { - public static void PreBirth(Pawn mother, Pawn father, Hediff pregnancy) + public static void PreBirth(Pawn mother, Pawn father, Hediff_MultiplePregnancy pregnancy) { GeneticInformation motherGeneticInformation = mother?.AnimalGenetics(); GeneticInformation fatherGeneticInformation = father?.AnimalGenetics(); diff --git a/changelogs.txt b/changelogs.txt index ab992e7..09a4ee8 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -4,7 +4,6 @@ Version 1.0.7.5 - Properly calculate cramp pain falloff again. - Climacteric and menopause are now per-womb, appearing in the womb dialog instead of as hediffs. Any old hediffs should disappear upon loading the save. - Added new property to vaginas to multiply the number of eggs available. Archotech vaginas will have quadruple the normal amount. - - Added support for Animal Genetics (Continued) Version 1.0.7.4 - Fix errors when using other mods with bad HediffCompProperties.