diff --git a/1.2/Assemblies/Rimworld-Animations.dll b/1.2/Assemblies/Rimworld-Animations.dll index 84ea668..e414570 100644 Binary files a/1.2/Assemblies/Rimworld-Animations.dll and b/1.2/Assemblies/Rimworld-Animations.dll differ diff --git a/Source/AnimationUtility.cs b/Source/AnimationUtility.cs index 52a86d6..104856c 100644 --- a/Source/AnimationUtility.cs +++ b/Source/AnimationUtility.cs @@ -194,7 +194,7 @@ namespace Rimworld_Animations { if(sexProps != null) { - if(x.actors[i].initiator && localParticipants[i] == sexProps.Reciever) { + if((x.actors[i].initiator && localParticipants[i] == sexProps.Reciever) || (!x.actors[i].initiator && localParticipants[i] == sexProps.Giver)) { initiatorsAlignWithSexType = false; }