mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
More descriptive error on race support incorrectly installed
This commit is contained in:
parent
3692238c00
commit
2737a680fa
3 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -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.");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue