Revert "More descriptive error on race support incorrectly installed"

Apparently it goes off even if race support is installed right

This reverts commit 2737a680fa.
This commit is contained in:
lutepickle 2023-08-16 19:38:27 -07:00
parent 2737a680fa
commit aa84a2b8bc
3 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -278,8 +278,6 @@ namespace RJW_Menstruation
Configurations.PregnancySource = Configurations.PregnancyType.MultiplePregnancy;
Configurations.HARActivated = ModsConfig.IsActive("erdelf.HumanoidAlienRaces");
Configurations.AnimalGeneticsActivated = ModsConfig.IsActive("Mlie.AnimalGenetics");
if (ModsConfig.IsActive("ASMR.RJW.RaceSupport") && DefDatabase<HediffDef>.GetNamedSilentFail("BovineVagina") == null)
Log.Error("ASMR.RJW.RaceSupport is active, but its HediffDefs are not loaded. Please ensure you have installed RJW Race Support correctly.");
}

View File

@ -1,7 +1,6 @@
Version 1.0.9.2
- Fixed the no bleeding gene having positive metabolic efficiency instead of negative.
- Prevent repeated pregnancies when some errors occur.
- Try to detect and error on an incorrectly installed race support.
Version 1.0.9.1
- Japanese translation for most text by Lokuzt.