mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
balance changes: no need to redesignate induce lactation, relactate percent now starts at 90%, nonadults no longer get debuffs
This commit is contained in:
parent
e82456570e
commit
5d3e7d94a3
4 changed files with 16 additions and 13 deletions
|
@ -36,7 +36,12 @@ namespace CRIALactation
|
|||
return ThoughtState.ActiveAtStage(1);
|
||||
}
|
||||
|
||||
if(ExpectationsUtility.CurrentExpectationFor(p).order <= ExpectationDefOf.VeryLow.order)
|
||||
if (!p.ageTracker.Adult)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (ExpectationsUtility.CurrentExpectationFor(p).order <= ExpectationDefOf.VeryLow.order)
|
||||
{
|
||||
return ThoughtState.ActiveAtStage(2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue