mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
hucow required precept
This commit is contained in:
parent
6731b17940
commit
1d846d98a6
6 changed files with 165 additions and 5 deletions
|
@ -16,8 +16,9 @@ namespace CRIALactation
|
|||
public override void Notify_MemberGenerated(Pawn pawn, Precept precept)
|
||||
{
|
||||
|
||||
if(precept.def == PreceptDefOf_Lactation.Lactating_Essential &&
|
||||
LactationUtility.HasMilkableBreasts(pawn))
|
||||
if((precept.def == PreceptDefOf_Lactation.Lactating_Essential
|
||||
|| precept.def == PreceptDefOf_Lactation.Lactating_MandatoryHucow)
|
||||
&& LactationUtility.HasMilkableBreasts(pawn))
|
||||
{
|
||||
|
||||
if (!LactationUtility.IsLactating(pawn))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue