diff --git a/1.3/Assemblies/Vampire.dll b/1.3/Assemblies/Vampire.dll index 95acb43..bf81399 100644 Binary files a/1.3/Assemblies/Vampire.dll and b/1.3/Assemblies/Vampire.dll differ diff --git a/About/About.xml b/About/About.xml index 3b8317d..01cca06 100644 --- a/About/About.xml +++ b/About/About.xml @@ -28,7 +28,7 @@
  • jecrell.jecstools
  • Dubwise.DubsBadHygiene
  • - 1.23.0.1 (08-04-2021) + 1.23.0.2 (08-09-2021) Adds vampires to RimWorld. @@ -49,6 +49,10 @@ Michael Cailler, Jigsawjohn , Daniel Schott, Penelope Charli Whitman, Jerome Gon ======================== Changelog ======================== +1.23.0.2 (08-09-2021) +======================== +Small fix to prevent red errors relating to Advanced Animal Framework + 1.23.0.1 (08-04-2021) ======================== Monument Markers with Sarcophagi inside will no longer fail to complete being built. diff --git a/About/Changelog.txt b/About/Changelog.txt index d3086e6..0a7e05a 100644 --- a/About/Changelog.txt +++ b/About/Changelog.txt @@ -1,3 +1,7 @@ +1.23.0.2 (08-09-2021) +======================== +Small fix to prevent red errors relating to Advanced Animal Framework + 1.23.0.1 (08-04-2021) ======================== Monument Markers with Sarcophagi inside will no longer fail to complete being built. diff --git a/About/Manifest.xml b/About/Manifest.xml index 304b79b..ba832aa 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  RimOfMadness-Vampires - 1.23.0.1 + 1.23.0.2
  • jecrell.jecstools
  • diff --git a/About/Version.txt b/About/Version.txt index 719a7e0..0854944 100644 --- a/About/Version.txt +++ b/About/Version.txt @@ -1 +1 @@ -1.23.0.1 +1.23.0.2 diff --git a/Source/Vampires/HarmonyPatches/HarmonyPatches_Givers.cs b/Source/Vampires/HarmonyPatches/HarmonyPatches_Givers.cs index dfc7b5d..a6aa40c 100644 --- a/Source/Vampires/HarmonyPatches/HarmonyPatches_Givers.cs +++ b/Source/Vampires/HarmonyPatches/HarmonyPatches_Givers.cs @@ -27,6 +27,9 @@ public static void HarmonyPatches_Givers(Harmony harmony) x.GetName().Name != "NewAnimalSubproducts" && x.GetName().Name != "NewHatcher" && x.GetName().Name != "SmurfeRims" && + x.GetName().Name != "AnimalJobs" && // added to stop errors with Advanced Animal Framework + x.GetName().Name != "AnimalVehicles" && // added to stop errors with Advanced Animal Framework + x.GetName().Name != "AnimalWeaponFramework" && // added to stop errors with Advanced Animal Framework x.GetName().Name != "Bugs") from assemblyType in domainAssembly.GetTypes() where typeof(ThinkNode_JobGiver).IsAssignableFrom(assemblyType) @@ -61,6 +64,9 @@ where typeof(ThinkNode_JobGiver).IsAssignableFrom(assemblyType) x.GetName().Name != "NewAnimalSubproducts" && x.GetName().Name != "NewHatcher" && x.GetName().Name != "SmurfeRims" && + x.GetName().Name != "AnimalJobs" && // added to stop errors with Advanced Animal Framework + x.GetName().Name != "AnimalVehicles" && // added to stop errors with Advanced Animal Framework + x.GetName().Name != "AnimalWeaponFramework" && // added to stop errors with Advanced Animal Framework x.GetName().Name != "Bugs") from assemblyType in domainAssembly.GetTypes() where typeof(JoyGiver).IsAssignableFrom(assemblyType) @@ -95,6 +101,9 @@ where typeof(JoyGiver).IsAssignableFrom(assemblyType) x.GetName().Name != "NewAnimalSubproducts" && x.GetName().Name != "NewHatcher" && x.GetName().Name != "SmurfeRims" && + x.GetName().Name != "AnimalJobs" && // added to stop errors with Advanced Animal Framework + x.GetName().Name != "AnimalVehicles" && // added to stop errors with Advanced Animal Framework + x.GetName().Name != "AnimalWeaponFramework" && // added to stop errors with Advanced Animal Framework x.GetName().Name != "Bugs") from assemblyType in domainAssembly.GetTypes() where typeof(WorkGiver).IsAssignableFrom(assemblyType) diff --git a/updateinfo b/updateinfo index 9ba86f7..4aca03c 100644 --- a/updateinfo +++ b/updateinfo @@ -3,10 +3,10 @@ ============================== Rim of Madness - Vampires Update -v1.23.0.0 (07-29-2021) +v1.23.0.1 (08-04-2021) ==================== -Added support for RimWorld 1.3. Renounce title and execute no longer block the Vampirism icon. +Monument Markers with Sarcophagi inside will no longer fail to complete being built. -------------------- Download now on... @@ -25,9 +25,9 @@ Discuss the mod on... [img width=260]https://raw.githubusercontent.com/Rim-Of-Madness-Team/Rim-of-Madness---Vampires/master/About/Preview.png[/img] [hr] [b]Rim of Madness - Vampires -Version: 1.23.0.0 -Updated: 07-29-2021 -Description: [color=orange]Added support for RimWorld 1.3. Renounce title and execute no longer block the Vampirism icon.[/color] +Version: 1.23.0.1 +Updated: 08-04-2021 +Description: [color=orange]Monument Markers with Sarcophagi inside will no longer fail to complete being built.[/color] [hr] [b]Download now on...[/b] [url=https://www.patreon.com/posts/22142186]Patreon[/url]