mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
thought fixes
This commit is contained in:
parent
1bcd4882c6
commit
7c7a184655
2 changed files with 3 additions and 1 deletions
Binary file not shown.
|
@ -15,7 +15,9 @@ namespace CRIALactation
|
||||||
protected override ThoughtState ShouldHaveThought(Pawn p, Pawn otherPawn)
|
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);
|
return ThoughtState.ActiveAtStage(0);
|
||||||
|
|
Loading…
Reference in a new issue