diff --git a/CRIALactation/1.3/Assemblies/CRIALactation.dll b/CRIALactation/1.3/Assemblies/CRIALactation.dll index 15b5c95..4a90242 100644 Binary files a/CRIALactation/1.3/Assemblies/CRIALactation.dll and b/CRIALactation/1.3/Assemblies/CRIALactation.dll differ diff --git a/CRIALactation/Source/Thoughts/ThoughtWorker_Precept_Lactating_Essential_Social.cs b/CRIALactation/Source/Thoughts/ThoughtWorker_Precept_Lactating_Essential_Social.cs index f3dfe5d..98d75e2 100644 --- a/CRIALactation/Source/Thoughts/ThoughtWorker_Precept_Lactating_Essential_Social.cs +++ b/CRIALactation/Source/Thoughts/ThoughtWorker_Precept_Lactating_Essential_Social.cs @@ -15,7 +15,9 @@ namespace CRIALactation protected override ThoughtState ShouldHaveThought(Pawn p, Pawn otherPawn) { - if(LactationUtility.HasMilkableBreasts(p) && !LactationUtility.IsLactating(p)) + if (!LactationUtility.HasMilkableBreasts(otherPawn)) return false; + + if(LactationUtility.IsLactating(otherPawn)) { return ThoughtState.ActiveAtStage(0);