mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.22 from Lovers Lab
This commit is contained in:
parent
5d0da3bc88
commit
b501ddfb0f
1119 changed files with 12505 additions and 2543 deletions
|
@ -403,6 +403,10 @@ namespace SizedApparel
|
|||
if (h.def == HediffDefOf.PregnantHuman || h.def == HediffDefOf.Pregnant)
|
||||
return true;
|
||||
|
||||
//pawn who Giving birth. the pregnant hediff will be removed when the pawn is in labor
|
||||
if (h.def == HediffDefOf.PregnancyLabor || h.def == HediffDefOf.PregnancyLaborPushing)
|
||||
return true;
|
||||
|
||||
return h.def.defName.ToLower().Contains("rjw_pregnancy") || h.def.defName.ToLower().EndsWith("pregnant"); // h.def.defName.ToLower().Contains("pregnancy");
|
||||
}
|
||||
public static bool isRJWEggHediff(Hediff h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue