Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #294 from AlcoholV/dev
Browse files Browse the repository at this point in the history
Applied set to true at TraitFixesPatch
  • Loading branch information
Tyler-IN authored May 12, 2020
2 parents 7ec1256 + 8affc07 commit d74bc1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CommunityPatch/Patches/Traits/TraitFixesPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public override void Apply(Game game) {
Harmony.Patch(AddPlayerTraitXpMethod, postfix: new HarmonyMethod(typeof(TraitFixesPatch), nameof(AddPlayerTraitXpPrefix)));

Harmony.Patch(NotableDaughterStartConvoMethod, transpiler: new HarmonyMethod(typeof(TraitFixesPatch), nameof(NotableDaughterStartConvoTranspiler)));
Applied = true;
}

public override bool Applied { get; protected set; }
Expand Down

0 comments on commit d74bc1b

Please sign in to comment.