cantorsdust / AllProfessions

Stardew Valley mod. Upon leveling up, will add all possible professions to that character instead of just the one chosen.
GNU General Public License v3.0
2 stars 0 forks source link

Call to LevelUpMenu.getImmediateProfessionPerk #2

Open ghost opened 3 years ago

ghost commented 3 years ago

I recently published a mod that patches professions such that Defender no longer increases HP. I'm not sure why you increment HP directly instead of just calling LevelUpMenu.getImmediateProfessionPerk, but that causes a soft incompatibility with mine and any profession overhaul mods (soft because the game will revalidate HP on save loaded anyway). It seems better to call the method so that any Harmony patches also take effect.