Skip to content
Snippets Groups Projects
Commit b183f0ad authored by a flock of birds's avatar a flock of birds
Browse files

Temporarily(?) fixed trying to do a patch HAR does already and then failing a subsequent patch

parent 8feab606
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