diff --git a/1.3/Assemblies/Rimworld-Animations.dll b/1.3/Assemblies/Rimworld-Animations.dll
index b335b4a..a458655 100644
Binary files a/1.3/Assemblies/Rimworld-Animations.dll and b/1.3/Assemblies/Rimworld-Animations.dll differ
diff --git a/1.3/Source/Patches/RJWPatches/HarmonyPatch_SexTick.cs b/1.3/Source/Patches/RJWPatches/HarmonyPatch_SexTick.cs
index 84814ef..9ba03b2 100644
--- a/1.3/Source/Patches/RJWPatches/HarmonyPatch_SexTick.cs
+++ b/1.3/Source/Patches/RJWPatches/HarmonyPatch_SexTick.cs
@@ -36,7 +36,7 @@ namespace Rimworld_Animations
__instance.ChangePsyfocus(pawn, target);
__instance.Animate(pawn, target);
__instance.PlaySexSound();
- if (!__instance.isRape)
+ if (!__instance.Sexprops.isRape)
{
pawn.GainComfortFromCellIfPossible(false);
if (target is Pawn)
diff --git a/Rimworld-Animations.csproj b/Rimworld-Animations.csproj
index de0884f..1d6c58a 100644
--- a/Rimworld-Animations.csproj
+++ b/Rimworld-Animations.csproj
@@ -44,7 +44,7 @@
False
- ..\rjw-master\1.3\Assemblies\RJW.dll
+ ..\rjw\1.3\Assemblies\RJW.dll
False