mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Really fixed merge conflicts,upsie
This commit is contained in:
parent
0e20e00150
commit
0c3af21c3a
7 changed files with 5 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue