mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Merge branch 'dev' of https://github.com/Shabakur/RJW-Genes into dev
This commit is contained in:
commit
982339a84e
40 changed files with 492 additions and 214 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