Skip to content
Snippets Groups Projects
Commit c452b3ff authored by Ed86's avatar Ed86
Browse files

Merge branch 'har-fix' into 'Dev'

HAR Fix

See merge request Ed86/rjw!246
parents 8feab606 b183f0ad
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ namespace rjw
FieldInfo pawnGender = AccessTools.DeclaredField(typeof(Pawn), nameof(Pawn.gender));
MethodInfo pawnSterile = AccessTools.Method(typeof(Pawn), nameof(Pawn.Sterile));
bool foundGenderCheck = false;
bool foundGenderCheck = ModsConfig.IsActive("erdelf.HumanoidAlienRaces");
bool foundSupposedLocalFemaleAssignment = false;
bool foundMaleSterilityCheck = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment