This commit is contained in:
c0ffee 2021-11-18 14:07:16 -08:00
parent acb7560f00
commit e82456570e
2 changed files with 1 additions and 1 deletions
1.3/Assemblies
Source/Base/Patches/RJW/LovinPrecepts

View file

@ -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")));