mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.18 from Lovers Lab
This commit is contained in:
parent
ac3b77b5ba
commit
5d0da3bc88
172 changed files with 121 additions and 4 deletions
|
@ -285,6 +285,8 @@ namespace SizedApparel
|
|||
public static void Postfix(Pawn pawn)
|
||||
{
|
||||
var comp = pawn.GetComp<ApparelRecorderComp>();
|
||||
if (comp == null)
|
||||
return;
|
||||
comp.initialPubicHairDef = comp.pubicHairDef;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue