diff --git a/1.4/Assemblies/Rimworld-Animations.dll b/1.4/Assemblies/Rimworld-Animations.dll index 8d34bb0..dbdfdec 100644 Binary files a/1.4/Assemblies/Rimworld-Animations.dll and b/1.4/Assemblies/Rimworld-Animations.dll differ diff --git a/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs b/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs index 7fe437f..29f822d 100644 --- a/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs +++ b/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs @@ -112,7 +112,7 @@ namespace Rimworld_Animations { { orassan = true; - orassanv = new Vector3(0, 0, 0.23f); + orassanv = new Vector3(0, 0, 1.23f); if (pawnAnimator.headFacing == Rot4.North) { orassanv.z -= 0.1f; @@ -138,8 +138,8 @@ namespace Rimworld_Animations { } else //south { - orassanv.z -= 0.1f; - orassanv.y += 2f; + orassanv.z += 0.1f; + orassanv.y += 1f; if (ba.bodyPart.defName.Contains("right")) {