mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
New precepts should not add thoughts to children
This commit is contained in:
parent
d483924c47
commit
bf7f6a29fb
6 changed files with 12 additions and 6 deletions
|
@ -15,7 +15,7 @@ namespace RJWSexperience.Ideology.PreceptWorkers
|
|||
/// <returns></returns>
|
||||
protected override ThoughtState ShouldHaveThought(Pawn p)
|
||||
{
|
||||
return PregnancyHelper.GetPregnancy(p)?.Visible == true;
|
||||
return p?.DevelopmentalStage == DevelopmentalStage.Adult && PregnancyHelper.GetPregnancy(p)?.Visible == true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue