mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
orassan fix
This commit is contained in:
parent
9bc0497749
commit
6a372529ae
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -18,7 +18,7 @@ namespace CRIALactation
|
||||||
public static HediffDef Lactating_Drug;
|
public static HediffDef Lactating_Drug;
|
||||||
public static HediffDef Lactating_Permanent;
|
public static HediffDef Lactating_Permanent;
|
||||||
public static HediffDef Heavy_Lactating_Permanent;
|
public static HediffDef Heavy_Lactating_Permanent;
|
||||||
public static HediffDef Orassan_Lactating_Permenant;
|
public static HediffDef Orassan_Lactating_Permanent;
|
||||||
public static HediffDef Lactating_Natural;
|
public static HediffDef Lactating_Natural;
|
||||||
public static HediffDef Hucow;
|
public static HediffDef Hucow;
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ namespace CRIALactation
|
||||||
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Lactating_Drug, false) ||
|
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Lactating_Drug, false) ||
|
||||||
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Lactating_Permanent, false) ||
|
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Lactating_Permanent, false) ||
|
||||||
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Heavy_Lactating_Permanent, false) ||
|
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Heavy_Lactating_Permanent, false) ||
|
||||||
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Orassan_Lactating_Permenant, false);
|
p.health.hediffSet.HasHediff(HediffDefOf_Milk.Orassan_Lactating_Permanent, false);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue