From 470bafbfee983c8874375565f197356f62a311b4 Mon Sep 17 00:00:00 2001 From: dominiclopez391 Date: Fri, 10 Sep 2021 10:32:12 -0700 Subject: [PATCH] sexprops related fix --- 1.3/Assemblies/RJW-Events.dll | Bin 20480 -> 20480 bytes Source/JobDrivers/JobDriver_OrgySex.cs | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/1.3/Assemblies/RJW-Events.dll b/1.3/Assemblies/RJW-Events.dll index 269819873b11afbb2f2dea718f4fad4afd58be1d..e635c2831ef66f68fd5782353c6cafba3b247a92 100644 GIT binary patch delta 141 zcmZozz}T>WaY6^nvH4feZ0xDvwbp21VBlh4s^(%~V5x2evY||MAXB3aNazYdL^Mob zBHE1Nwe3L8W_!MRM#k37`}qyUC3Z4R5n^L7WMUPlV0L8w&H0AGlKBHC7vp9Q^%ar= ae5MwYQ_gj|%w;Zrt)y{He)9nb2YvutWaY6@6K+d)~8+$5vt*cuY7`T|KxfmE&s?~u^jaDF`D+CeIFoB6^Gm6)? z!BuLs1DOn)?fL2%8Cy2*=Qk9WFl1sCs9<(v{>}M@!IJp{Cl}*RrYS;f44XOBS4av7 axq04C*LU}txr24zrv)2BHXm?s;0FNnS|euw diff --git a/Source/JobDrivers/JobDriver_OrgySex.cs b/Source/JobDrivers/JobDriver_OrgySex.cs index b98e8c1..a19f844 100644 --- a/Source/JobDrivers/JobDriver_OrgySex.cs +++ b/Source/JobDrivers/JobDriver_OrgySex.cs @@ -79,8 +79,9 @@ namespace RJW_Events { this.Partner.pather.StopDead(); this.Partner.jobs.curDriver.asleep = false; - this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner)); this.Start(); + this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner)); + }; toil.AddPreTickAction(delegate {