diff --git a/1.3/Assemblies/Rimworld-Animations.dll b/1.3/Assemblies/Rimworld-Animations.dll index 94167c5..6ff134c 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/OtherModPatches/HarmonyPatch_AlienRace.cs b/1.3/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs index 47cc308..6f4ae4e 100644 --- a/1.3/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs +++ b/1.3/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs @@ -63,11 +63,11 @@ namespace Rimworld_Animations { } else if (pawnAnimator.headFacing == Rot4.East) { - orassanv.x -= 0.12f; + orassanv.x -= 0.1f; } else if (pawnAnimator.headFacing == Rot4.West) { - orassanv.x = 0.12f; + orassanv.x = 0.1f; } else {