diff --git a/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll b/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll index 309ae9c..a96090a 100644 Binary files a/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll and b/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll differ diff --git a/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs b/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs index ff3a8d7..f3cd693 100644 --- a/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs +++ b/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs @@ -16,7 +16,7 @@ namespace C0ffee_s_RJW_Ideology_Addons { static HarmonyPatch_RMB_Menu() { - (new Harmony("C0ffeeRIA")).Patch(AccessTools.Method(AccessTools.TypeByName("rjw.RMB_Menu"), "GenerateSexOptions"), + (new Harmony("C0ffeeRIA")).Patch(AccessTools.Method(AccessTools.TypeByName("rjw.RMB_Menu"), "GenerateRMBOptions"), postfix: new HarmonyMethod(AccessTools.Method(typeof(HarmonyPatch_RMB_Menu), "Postfix")));