mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Generous Donor Gene, updated some docs
This commit is contained in:
parent
dd40ae40ee
commit
b5033deef6
10 changed files with 70 additions and 13 deletions
|
@ -21,9 +21,12 @@ namespace RJW_Genes
|
|||
{
|
||||
if (ModsConfig.IsActive("LustLicentia.RJWLabs"))
|
||||
{
|
||||
// Gene: Cumflation Immunity
|
||||
// Gene: Cumflation Immunity [Prefix Patch]
|
||||
harmony.Patch(AccessTools.Method(typeof(LicentiaLabs.CumflationHelper), nameof(LicentiaLabs.CumflationHelper.Cumflation)),
|
||||
prefix: new HarmonyMethod(typeof(Patch_Cumflation), nameof(Patch_Cumflation.Prefix)));
|
||||
// Gene: Generous Donor [Postfix Patch]
|
||||
harmony.Patch(AccessTools.Method(typeof(LicentiaLabs.CumflationHelper), nameof(LicentiaLabs.CumflationHelper.TransferNutrition)),
|
||||
postfix: new HarmonyMethod(typeof(Patch_TransferNutrition), nameof(Patch_TransferNutrition.Postfix)));
|
||||
}
|
||||
}))();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue