diff --git a/1.1/Assemblies/Rimworld-Animations.dll b/1.1/Assemblies/Rimworld-Animations.dll
index 82002cf..78955dc 100644
Binary files a/1.1/Assemblies/Rimworld-Animations.dll and b/1.1/Assemblies/Rimworld-Animations.dll differ
diff --git a/Defs/AnimationDefs/Animations_vanilla.xml b/Defs/AnimationDefs/Animations_vanilla.xml
index 295a610..6776729 100644
--- a/Defs/AnimationDefs/Animations_vanilla.xml
+++ b/Defs/AnimationDefs/Animations_vanilla.xml
@@ -710,7 +710,6 @@
-
Cum
true
@@ -844,6 +843,111 @@
+
+ ReverseStandAndCarry
+
+ true
+
+
+
+
+ Human
+
+ true
+
+
+
+ Human
+
+ true
+
+
+
+
+
+ Slow_Fuck
+ true
+ 1140
+ 0
+
+
+
+
+ 30
+ 11.23
+ 11.23
+ -0.183
+ 0.468
+ 3
+ 3
+ 0
+
+
+ 29
+ 6.04
+ 15
+ -0.175
+ 0.437
+ 3
+ 3
+ 0
+
+
+ 1
+ 11.23
+ 11.23
+ -0.183
+ 0.468
+ 3
+ 3
+ 0
+
+
+
+
+
+ LayingPawn
+
+
+ 30
+ -7.18
+ -0.41
+ 0.222
+ 0.356
+ 3
+ 3
+ 0
+
+
+ Fuck
+ 29
+ 7.11
+ -2.87
+ 0.214
+ 0.359
+ 3
+ 3
+ 0
+
+
+ 1
+ -7.18
+ -0.41
+ 0.222
+ 0.356
+ 3
+ 3
+ 0
+
+
+
+
+
+
+
+
+
+
diff --git a/Source/AnimationUtility.cs b/Source/AnimationUtility.cs
index 81d997e..f4e5d68 100644
--- a/Source/AnimationUtility.cs
+++ b/Source/AnimationUtility.cs
@@ -67,7 +67,7 @@ namespace Rimworld_Animations {
//TESTING ANIMATIONS ONLY REMEMBER TO COMMENT OUT BEFORE PUSH
/*
- if (x.defName != "Tribadism")
+ if (x.defName != "ReverseStandAndCarry")
return false;
*/
diff --git a/Source/Comps/CompBodyAnimator.cs b/Source/Comps/CompBodyAnimator.cs
index 95efb7d..b640855 100644
--- a/Source/Comps/CompBodyAnimator.cs
+++ b/Source/Comps/CompBodyAnimator.cs
@@ -28,8 +28,6 @@ namespace Rimworld_Animations {
if(value == true) {
xxx.DrawNude(pawn);
} else {
- pawn.Position = anchor.ToIntVec3();
- pawn.Notify_Teleported(false, true);
pawn.Drawer.renderer.graphics.ResolveAllGraphics();
}