mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.17 from Lovers Lab
This commit is contained in:
parent
a5ed05c17b
commit
ac3b77b5ba
210 changed files with 258 additions and 290 deletions
|
@ -399,7 +399,8 @@ namespace SizedApparel
|
|||
|
||||
public static bool isPragnencyHediff(Hediff h)
|
||||
{
|
||||
return h.def.defName.ToLower().Contains("pregnancy");
|
||||
//TODO. remove contain pregnancy side effect hediffs
|
||||
return h.def.defName.ToLower().Contains("pregnancy") || h.def.defName.ToLower().Contains("pregnant");
|
||||
}
|
||||
|
||||
public static bool isBellyBulgeHediff(Hediff h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue