mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Fixed biotech pregnancy not counting for pregnancy precepts
This commit is contained in:
parent
450c835d2b
commit
b6942e3c10
6 changed files with 18 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
using RimWorld;
|
||||
using rjw;
|
||||
using Verse;
|
||||
|
||||
namespace RJWSexperience.Ideology.PreceptWorkers
|
||||
|
@ -18,7 +17,7 @@ namespace RJWSexperience.Ideology.PreceptWorkers
|
|||
{
|
||||
return otherPawn?.DevelopmentalStage == DevelopmentalStage.Adult &&
|
||||
p?.DevelopmentalStage == DevelopmentalStage.Adult &&
|
||||
PregnancyHelper.GetPregnancy(otherPawn)?.Visible != true;
|
||||
!IdeoUtility.IsVisiblyPregnant(otherPawn);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue