Cumflation Negator works and is a hidden Hediff

This commit is contained in:
Vegapnk 2024-06-06 15:14:02 +02:00
parent 3feefaaab1
commit 2511986557
3 changed files with 13 additions and 22 deletions

View file

@ -66,7 +66,7 @@ namespace RJW_Genes
postfix: new HarmonyMethod(typeof(Patch_SexTicks_ChangePsyfocus), nameof(Patch_SexTicks_ChangePsyfocus.Postfix)));
// Gene: Likes Cumflation [Postfix Patch]
harmony.Patch(AccessTools.Method(typeof(LicentiaLabs.CumflationHelper), nameof(LicentiaLabs.CumflationHelper.Cumflation)),
prefix: new HarmonyMethod(typeof(Patch_LikesCumflation), nameof(Patch_LikesCumflation.PostFix)));
postfix: new HarmonyMethod(typeof(Patch_LikesCumflation), nameof(Patch_LikesCumflation.PostFix)));
}
}))();
}