mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
No leaking during knotting
This commit is contained in:
parent
9237ba6724
commit
6d442b5964
6 changed files with 10 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
1.3/source/RJW_Menstruation/MilkModule/packages.config
Normal file
4
1.3/source/RJW_Menstruation/MilkModule/packages.config
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="Lib.Harmony" version="2.1.1" targetFramework="net472" />
|
||||||
|
</packages>
|
|
@ -736,7 +736,8 @@ namespace RJW_Menstruation
|
||||||
List<string> filthlabels = new List<string>();
|
List<string> filthlabels = new List<string>();
|
||||||
BeforeCumOut(out Absorber absorber);
|
BeforeCumOut(out Absorber absorber);
|
||||||
if (cums.NullOrEmpty()) return;
|
if (cums.NullOrEmpty()) return;
|
||||||
else if (absorber != null && absorber.dirty && !absorber.LeakAfterDirty) leakfactor = 0f;
|
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>();
|
List<Cum> removecums = new List<Cum>();
|
||||||
foreach (Cum cum in cums)
|
foreach (Cum cum in cums)
|
||||||
{
|
{
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="Lib.Harmony" version="2.1.1" targetFramework="net472" />
|
||||||
|
</packages>
|
Loading…
Reference in a new issue