diff --git a/1.3/Assemblies/Rimworld-Animations.dll b/1.3/Assemblies/Rimworld-Animations.dll index 27e7b69..ab1a9ab 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/AnimationUtility.cs b/1.3/Source/AnimationUtility.cs index 9b9d58d..bc75c1f 100644 --- a/1.3/Source/AnimationUtility.cs +++ b/1.3/Source/AnimationUtility.cs @@ -19,7 +19,6 @@ namespace Rimworld_Animations { participants = participants.OrderBy(p => p.jobs.curDriver is rjw.JobDriver_SexBaseInitiator) .OrderBy(p => p == sexProps.giver) - .OrderByDescending(p => rjw.GenderHelper.GetSex(p) == rjw.GenderHelper.Sex.futa) .OrderBy(p => rjw.xxx.can_fuck(p)) .ToList();