mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Disable HAR and AG compatibility until 1.5 versions are on the workshop
This commit is contained in:
parent
06cc59378c
commit
433ed24b4e
3 changed files with 5 additions and 3 deletions
Binary file not shown.
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue