Added persistance to animations, to keep them playing after a reload

This commit is contained in:
Salacian 2023-02-20 23:32:15 +01:00
parent 8204a5698b
commit 82fb2d6c6c
1 changed files with 3 additions and 1 deletions

View File

@ -465,7 +465,9 @@ namespace Rimworld_Animations {
Scribe_Values.Look(ref headFacing, "RJWAnimations-headFacing");
Scribe_Values.Look(ref headFacing, "RJWAnimations-bodyFacing");
Scribe_Values.Look(ref quiver, "RJWAnimations-orgasmQuiver");
Scribe_Values.Look(ref quiver, "RJWAnimations-orgasmQuiver");
Scribe_Values.Look(ref Animating, "RJWAnimations-Animating");
}
public void shiftActorPositionAndRestartAnimation() {