More descriptive error on race support incorrectly installed

This commit is contained in:
lutepickle 2023-08-16 19:34:35 -07:00
parent 3692238c00
commit 2737a680fa
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -278,6 +278,8 @@ 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,6 +1,7 @@
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.