diff --git a/1.2/Assemblies/Rimworld-Animations.dll b/1.2/Assemblies/Rimworld-Animations.dll index 13afe5e..aa84a19 100644 Binary files a/1.2/Assemblies/Rimworld-Animations.dll and b/1.2/Assemblies/Rimworld-Animations.dll differ diff --git a/Patches/AnimationPatch_CompBodyAnimator.xml b/Patches/AnimationPatch_CompBodyAnimator.xml index fe3a27c..a87109d 100644 --- a/Patches/AnimationPatch_CompBodyAnimator.xml +++ b/Patches/AnimationPatch_CompBodyAnimator.xml @@ -4,7 +4,7 @@ Always
  • - /Defs/ThingDef/comps + /Defs/ThingDef[defName="BasePawn"]/comps Always /Defs/ThingDef diff --git a/Rimworld-Animations.csproj b/Rimworld-Animations.csproj index e0c0f91..ee98d47 100644 --- a/Rimworld-Animations.csproj +++ b/Rimworld-Animations.csproj @@ -39,11 +39,6 @@ ..\..\..\..\workshop\content\294100\839005762\1.2\Assemblies\AlienRace.dll False - - False - ..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll - False - ..\rjw-master\1.2\Assemblies\RJW.dll False diff --git a/Source/Comps/CompBodyAnimator.cs b/Source/Comps/CompBodyAnimator.cs index 5eb446e..568afb2 100644 --- a/Source/Comps/CompBodyAnimator.cs +++ b/Source/Comps/CompBodyAnimator.cs @@ -422,13 +422,11 @@ namespace Rimworld_Animations { Scribe_Values.Look(ref stageTicks, "RJWAnimations-stageTicks", 1); Scribe_Values.Look(ref clipTicks, "RJWAnimations-clipTicks", 1); Scribe_Values.Look(ref clipPercent, "RJWAnimations-clipPercent", 1); - Scribe_Values.Look(ref mirror, "RJWAnimations-mirror"); Scribe_Values.Look(ref curStage, "RJWAnimations-curStage", 0); Scribe_Values.Look(ref actor, "RJWAnimations-actor"); - Animating = false; Scribe_Values.Look(ref anchor, "RJWAnimations-anchor"); Scribe_Values.Look(ref deltaPos, "RJWAnimations-deltaPos"); Scribe_Values.Look(ref headBob, "RJWAnimations-headBob");