Really fixed merge conflicts,upsie

This commit is contained in:
Vegapnk 2023-01-15 21:14:26 +01:00
parent 0e20e00150
commit 0c3af21c3a
7 changed files with 5 additions and 21 deletions

View file

@ -24,7 +24,7 @@ namespace RJW_Genes
Pawn pawn = this.pawn;
return ((pawn != null) ? pawn.ageTracker : null) == null ||
((float)this.pawn.ageTracker.AgeBiologicalYears >= this.def.minAgeActive && this.pawn.ageTracker.AgeBiologicalYears >= (RJWSettings.AllowYouthSex ? 13f : 18f));
((float)this.pawn.ageTracker.AgeBiologicalYears >= this.def.minAgeActive);
}
}