From 82fb2d6c6c230d65893e182e98c244727fb94a72 Mon Sep 17 00:00:00 2001 From: Salacian Date: Mon, 20 Feb 2023 23:32:15 +0100 Subject: [PATCH 1/2] Added persistance to animations, to keep them playing after a reload --- 1.4/Source/Comps/CompBodyAnimator.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/1.4/Source/Comps/CompBodyAnimator.cs b/1.4/Source/Comps/CompBodyAnimator.cs index 5d355a6..d77a430 100644 --- a/1.4/Source/Comps/CompBodyAnimator.cs +++ b/1.4/Source/Comps/CompBodyAnimator.cs @@ -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() { From 3fb106e8f39667e3fccfbec29473383de5a769c9 Mon Sep 17 00:00:00 2001 From: Tory <22203-Tory@users.noreply.gitgud.io> Date: Fri, 29 Mar 2024 17:23:08 +0000 Subject: [PATCH 2/2] Updated Nyaron patch --- 1.4/Patches/RacePatches/Nyaron.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/1.4/Patches/RacePatches/Nyaron.xml b/1.4/Patches/RacePatches/Nyaron.xml index be62f20..c176521 100644 --- a/1.4/Patches/RacePatches/Nyaron.xml +++ b/1.4/Patches/RacePatches/Nyaron.xml @@ -15,6 +15,15 @@ +
  • + Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"] + + /Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"] + + false + + +