Disable HAR and AG compatibility until 1.5 versions are on the workshop

This commit is contained in:
lutepickle 2024-04-10 19:26:01 -07:00
parent 06cc59378c
commit 433ed24b4e
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -276,8 +276,9 @@ namespace RJW_Menstruation
GetSettings<Configurations>();
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");
}

View File

@ -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.