orgy ritual

This commit is contained in:
c0ffee12 2021-07-27 23:14:27 -07:00
parent edc619a950
commit 379c9a4d7d
13 changed files with 264 additions and 6 deletions

View file

@ -15,7 +15,7 @@ namespace CRIALactation
protected override ThoughtState ShouldHaveThought(Pawn p, Pawn otherPawn)
{
if(LactationUtility.HasMilkableBreasts(otherPawn) && !LactationUtility.IsLactating(otherPawn))
if(LactationUtility.HasMilkableBreasts(p) && !LactationUtility.IsLactating(p))
{
return ThoughtState.ActiveAtStage(0);