From 56e6ad106e548ad99fa54b7982e7e5718a0493cb Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Thu, 22 Sep 2022 17:43:26 -0700 Subject: [PATCH] Animal Genetics doesn't properly add the comp to RJW pregnancy, so the compatibility code doesn't function right either. Remove it from the changelog but leave the code in place for when Animal Genetics works. --- .../Compatibility/AnimalGeneticsCompatibility.cs | 2 +- changelogs.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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.