diff --git a/1.4/Assemblies/Rimworld-Animations.dll b/1.4/Assemblies/Rimworld-Animations.dll index 490d6cb..8d34bb0 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 365e3a0..7fe437f 100644 --- a/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs +++ b/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs @@ -98,7 +98,6 @@ namespace Rimworld_Animations { Vector3 orassanv = Vector3.zero; bool orassan = false; - /* if ((pawn.def as ThingDef_AlienRace).defName == "Alien_Orassan") { orassan = true; @@ -137,10 +136,10 @@ namespace Rimworld_Animations { { orassanv.x = 0.1f; } - else + else //south { orassanv.z -= 0.1f; - orassanv.y += 1f; + orassanv.y += 2f; if (ba.bodyPart.defName.Contains("right")) { @@ -154,7 +153,6 @@ namespace Rimworld_Animations { orassanv = orassanv.RotatedBy(pawnAnimator.headAngle); } } - */ if ((ba.drawnInBed && !forceDrawForBody) || ba.alignWithHead) {