diff --git a/1.2/Assemblies/Rimworld-Animations.dll b/1.2/Assemblies/Rimworld-Animations.dll index 0c115d3..381775f 100644 Binary files a/1.2/Assemblies/Rimworld-Animations.dll and b/1.2/Assemblies/Rimworld-Animations.dll differ diff --git a/Patch_HatsDisplaySelection/1.2/Assemblies/Patch_HatsDisplaySelection.dll b/Patch_HatsDisplaySelection/1.2/Assemblies/Patch_HatsDisplaySelection.dll deleted file mode 100644 index 743b793..0000000 Binary files a/Patch_HatsDisplaySelection/1.2/Assemblies/Patch_HatsDisplaySelection.dll and /dev/null differ diff --git a/Source/Patches/HarmonyPatch_PawnRenderer.cs b/Source/Patches/HarmonyPatch_PawnRenderer.cs index 82db065..94ad8d6 100644 --- a/Source/Patches/HarmonyPatch_PawnRenderer.cs +++ b/Source/Patches/HarmonyPatch_PawnRenderer.cs @@ -52,15 +52,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(); + PatchRimworldFunctionsNormally(); }