diff --git a/1.3/Assemblies/RimJobWorldCum.dll b/1.3/Assemblies/RimJobWorldCum.dll index 713c44d..62deb17 100644 Binary files a/1.3/Assemblies/RimJobWorldCum.dll and b/1.3/Assemblies/RimJobWorldCum.dll differ diff --git a/1.3/Source/Mod/Patch_AddCumOnOrgasm.cs b/1.3/Source/Mod/Patch_AddCumOnOrgasm.cs index e2afe42..a348076 100644 --- a/1.3/Source/Mod/Patch_AddCumOnOrgasm.cs +++ b/1.3/Source/Mod/Patch_AddCumOnOrgasm.cs @@ -40,14 +40,14 @@ namespace rjwcum [StaticConstructorOnStartup] static class Orgasm_Cum_Apply { - [HarmonyPostfix] - private static void Orgasm_Cum_Patch(JobDriver_Sex __instance) + [HarmonyPrefix] + private static bool Orgasm_Cum_Patch(JobDriver_Sex __instance) { try { if (__instance.sex_ticks > __instance.orgasmstick) //~3s at speed 1 { - return; + return true; } var props = __instance.Sexprops; if (!props.usedCondom) @@ -60,6 +60,7 @@ namespace rjwcum { Log.Error(e.ToString()); } + return true; } } } diff --git a/About/Manifest.xml b/About/Manifest.xml index c186459..815f17d 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RimJobWorld Cum - 1.0.0 + 1.0.1
  • RimJobWorld