diff --git a/1.3/Assemblies/RJW-Events.dll b/1.3/Assemblies/RJW-Events.dll index 45acfb4..2698198 100644 Binary files a/1.3/Assemblies/RJW-Events.dll and b/1.3/Assemblies/RJW-Events.dll differ diff --git a/Source/JobDrivers/JobDriver_OrgySex.cs b/Source/JobDrivers/JobDriver_OrgySex.cs index 131436d..b98e8c1 100644 --- a/Source/JobDrivers/JobDriver_OrgySex.cs +++ b/Source/JobDrivers/JobDriver_OrgySex.cs @@ -79,7 +79,7 @@ namespace RJW_Events { this.Partner.pather.StopDead(); this.Partner.jobs.curDriver.asleep = false; - this.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner)); + this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner)); this.Start(); }; toil.AddPreTickAction(delegate @@ -111,7 +111,7 @@ namespace RJW_Events { initAction = delegate () { - SexUtility.ProcessSex(this.pawn, this.Partner, this.usedCondom, this.isRape, false, false, this.sexType); + SexUtility.ProcessSex(this.Sexprops); }, defaultCompleteMode = ToilCompleteMode.Instant };