mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
orgy ritual
This commit is contained in:
parent
edc619a950
commit
379c9a4d7d
13 changed files with 264 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue