diff --git a/1.5/Assemblies/RJW_Menstruation.dll b/1.5/Assemblies/RJW_Menstruation.dll index 6b43c1d..1b5159f 100644 Binary files a/1.5/Assemblies/RJW_Menstruation.dll and b/1.5/Assemblies/RJW_Menstruation.dll differ diff --git a/1.5/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs b/1.5/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs index 72724c0..b69fdf2 100644 --- a/1.5/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs +++ b/1.5/source/RJW_Menstruation/RJW_Menstruation/Configurations.cs @@ -276,8 +276,9 @@ namespace RJW_Menstruation GetSettings(); if (!ModsConfig.BiotechActive && Configurations.PregnancySource == Configurations.PregnancyType.Biotech) Configurations.PregnancySource = Configurations.PregnancyType.MultiplePregnancy; - Configurations.HARActivated = ModsConfig.IsActive("erdelf.HumanoidAlienRaces"); - Configurations.AnimalGeneticsActivated = ModsConfig.IsActive("Mlie.AnimalGenetics"); + // Disabled until those mods are updated for 1.5 + //Configurations.HARActivated = ModsConfig.IsActive("erdelf.HumanoidAlienRaces"); + //Configurations.AnimalGeneticsActivated = ModsConfig.IsActive("Mlie.AnimalGenetics"); } diff --git a/changelogs.txt b/changelogs.txt index 5be85af..d70ba44 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,5 +1,6 @@ Version 1.5.0.0 - - Support for RimWorld 1.5. All future changes to Menstruation will only be for Rimworld 1.5. + - Support for RimWorld 1.5. All future changes to Menstruation will only be for RimWorld 1.5. + - Not yet compatible with HAR or Animal Genetics. Compatibility will be re-enabled after those mods are updated for RimWorld 1.5. Version 1.0.9.4 - Added graphics for the menstruation genes with thanks to Alpenglow.