mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Overfilled vaginas lose cum up to twice as fast
This commit is contained in:
parent
7ce860dc1e
commit
e9e352cf9a
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -736,6 +736,7 @@ namespace RJW_Menstruation
|
|||
List<string> filthlabels = new List<string>();
|
||||
BeforeCumOut(out Absorber absorber);
|
||||
if (cums.NullOrEmpty()) return;
|
||||
if (TotalCum > Props.maxCumCapacity * parent.pawn.BodySize) leakfactor = Math.Min(1 + (TotalCum - Props.maxCumCapacity * parent.pawn.BodySize) / 10, 2f);
|
||||
if (absorber != null && absorber.dirty && !absorber.LeakAfterDirty) leakfactor = 0f;
|
||||
if (parent.pawn.jobs?.curJob?.def == rjw.xxx.knotted) leakfactor = 0f;
|
||||
List<Cum> removecums = new List<Cum>();
|
||||
|
|
Loading…
Reference in a new issue