mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
save bug fix, change to body anim comp to only apply to pawns
This commit is contained in:
parent
e02663e936
commit
68e30b0db8
4 changed files with 1 additions and 8 deletions
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
<success>Always</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationConditional">
|
||||
<xpath>/Defs/ThingDef/comps</xpath>
|
||||
<xpath>/Defs/ThingDef[defName="BasePawn"]/comps</xpath>
|
||||
<success>Always</success>
|
||||
<nomatch Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef</xpath>
|
||||
|
|
|
@ -39,11 +39,6 @@
|
|||
<HintPath>..\..\..\..\workshop\content\294100\839005762\1.2\Assemblies\AlienRace.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Assembly-CSharp, Version=1.1.7397.36407, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="RJW">
|
||||
<HintPath>..\rjw-master\1.2\Assemblies\RJW.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue