diff --git a/src/CommunityPatch/Patches/Traits/TraitFixesPatch.cs b/src/CommunityPatch/Patches/Traits/TraitFixesPatch.cs index 968e3da..03fc984 100644 --- a/src/CommunityPatch/Patches/Traits/TraitFixesPatch.cs +++ b/src/CommunityPatch/Patches/Traits/TraitFixesPatch.cs @@ -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; }