Better rotation of RimNudeWorld genitals

changed Animating to false on PostExposeData to stop errors from trying to start animation on save load
This commit is contained in:
c0ffee 2021-05-14 19:07:30 -07:00
parent 7fda462532
commit c9dacad8a1
5 changed files with 200 additions and 16 deletions

View file

@ -428,7 +428,7 @@ namespace Rimworld_Animations {
Scribe_Values.Look(ref curStage, "RJWAnimations-curStage", 0);
Scribe_Values.Look(ref actor, "RJWAnimations-actor");
Scribe_Values.Look(ref Animating, "RJWAnimations-Animating");
Animating = false;
Scribe_Values.Look(ref anchor, "RJWAnimations-anchor");
Scribe_Values.Look(ref deltaPos, "RJWAnimations-deltaPos");
Scribe_Values.Look(ref headBob, "RJWAnimations-headBob");