diff --git a/1.2/Assemblies/Rimworld-Animations.dll b/1.2/Assemblies/Rimworld-Animations.dll index be0ef5f..1335f9b 100644 Binary files a/1.2/Assemblies/Rimworld-Animations.dll and b/1.2/Assemblies/Rimworld-Animations.dll differ diff --git a/About/About.xml b/About/About.xml index 63b1b3c..511dda3 100644 --- a/About/About.xml +++ b/About/About.xml @@ -28,6 +28,10 @@ https://www.loverslab.com/topic/110270-mod-rimjobworld/ + +
  • velc.HatsDisplaySelection
  • + +
  • UnlimitedHugs.HugsLib
  • brrainz.harmony
  • diff --git a/Source/Patches/HarmonyPatch_HatsDisplaySelection.cs b/Source/Patches/HarmonyPatch_HatsDisplaySelection.cs index e048393..8139203 100644 --- a/Source/Patches/HarmonyPatch_HatsDisplaySelection.cs +++ b/Source/Patches/HarmonyPatch_HatsDisplaySelection.cs @@ -1,4 +1,4 @@ -using System; +/*using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -44,4 +44,4 @@ namespace Rimworld_Animations { } } -} +}*/ diff --git a/Source/Patches/HarmonyPatch_PawnRenderer.cs b/Source/Patches/HarmonyPatch_PawnRenderer.cs index b41d834..bcd521f 100644 --- a/Source/Patches/HarmonyPatch_PawnRenderer.cs +++ b/Source/Patches/HarmonyPatch_PawnRenderer.cs @@ -51,13 +51,17 @@ namespace Rimworld_Animations { { static HarmonyPatch_Animate() { - + /* hats display selection patch -- broken if (LoadedModManager.RunningModsListForReading.Any(x => x.Name == "Hats Display Selection")) { HarmonyPatch_HatsDisplaySelection.PatchHatsDisplaySelectionArgs(); } else { PatchRimworldFunctionsNormally(); - } + }*/ + + + PatchRimworldFunctionsNormally(); + } static void PatchRimworldFunctionsNormally() {