mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Re-enable support for HAR
This commit is contained in:
parent
433ed24b4e
commit
eb1fccc90b
4 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -276,8 +276,8 @@ namespace RJW_Menstruation
|
|||
GetSettings<Configurations>();
|
||||
if (!ModsConfig.BiotechActive && Configurations.PregnancySource == Configurations.PregnancyType.Biotech)
|
||||
Configurations.PregnancySource = Configurations.PregnancyType.MultiplePregnancy;
|
||||
// Disabled until those mods are updated for 1.5
|
||||
//Configurations.HARActivated = ModsConfig.IsActive("erdelf.HumanoidAlienRaces");
|
||||
Configurations.HARActivated = ModsConfig.IsActive("erdelf.HumanoidAlienRaces");
|
||||
// Disabled until it is updated for 1.5
|
||||
//Configurations.AnimalGeneticsActivated = ModsConfig.IsActive("Mlie.AnimalGenetics");
|
||||
}
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="AlienRace">
|
||||
<HintPath>..\..\..\..\..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\AlienRace.dll</HintPath>
|
||||
<HintPath>..\..\..\..\..\..\..\..\workshop\content\294100\839005762\1.5\Assemblies\AlienRace.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="AnimalGenetics">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Version 1.5.0.0
|
||||
- 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.
|
||||
- Not yet compatible with Animal Genetics. Compatibility will be re-enabled after it is 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