mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
A bit more nipple change after milking
This commit is contained in:
parent
395c6784b8
commit
cddbb8313b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace MilkModule
|
|||
public static void Postfix(HumanCompHasGatherableBodyResource __instance)
|
||||
{
|
||||
if (__instance.parent is Pawn pawn)
|
||||
pawn.GetBreastComp()?.AdjustNippleProgress(Rand.Range(0.0f, 0.000005f) * Configurations.MaxNippleIncrementFactor);
|
||||
pawn.GetBreastComp()?.AdjustNippleProgress(Rand.Range(0.0f, 0.005f) * Configurations.MaxNippleIncrementFactor);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue