A bit more nipple change after milking

This commit is contained in:
lutepickle 2022-08-31 09:13:04 -07:00
parent 395c6784b8
commit cddbb8313b

View file

@ -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);
}
}