mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Trying to remove Sex-Change Thoughts for Babies, fixes #103
This commit is contained in:
parent
e13c00ce01
commit
70ffef13c8
4 changed files with 22 additions and 1 deletions
|
@ -14,12 +14,15 @@ namespace RJW_Genes
|
|||
// Here we call Sexualization after the Sex-Change
|
||||
if (GenitaliaUtility.PawnStillNeedsGenitalia(pawn))
|
||||
Sexualizer.sexualize_pawn(pawn);
|
||||
|
||||
GenderUtility.RemoveSexChangeThoughtsIfTooYoung(this.pawn);
|
||||
}
|
||||
|
||||
public override void PostAdd()
|
||||
{
|
||||
base.PostMake();
|
||||
AdjustPawnToFemale();
|
||||
GenderUtility.RemoveSexChangeThoughtsIfTooYoung(this.pawn);
|
||||
}
|
||||
|
||||
private void AdjustPawnToFemale()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue