diff --git a/SolastaUnfinishedBusiness/ChangelogHistory.txt b/SolastaUnfinishedBusiness/ChangelogHistory.txt index d0bdc8d76b..bcf1eeece6 100644 --- a/SolastaUnfinishedBusiness/ChangelogHistory.txt +++ b/SolastaUnfinishedBusiness/ChangelogHistory.txt @@ -3,6 +3,7 @@ - added Acrobat, Arcanist and Theologian feats - fixed Baleful Scion feat to reset healing after triggered - fixed Blade Mastery feat not considering daggers on AC bonus +- fixed Inventor quick wit to avoid double consumption on same reaction - fixed links in mod UI to new consolidated documentation - fixed Menacing feat to avoid crash when targeting non humanoids - fixed mod boot up for all non English users [blame Google] diff --git a/SolastaUnfinishedBusiness/Classes/InventorClass.cs b/SolastaUnfinishedBusiness/Classes/InventorClass.cs index 47fe2c0b29..c930aad305 100644 --- a/SolastaUnfinishedBusiness/Classes/InventorClass.cs +++ b/SolastaUnfinishedBusiness/Classes/InventorClass.cs @@ -953,8 +953,6 @@ public IEnumerator OnTryAlterAttributeCheck( yield break; } - rulesetHelper.UsePower(usablePower); - abilityCheckData.AbilityCheckRoll += bonus; abilityCheckData.AbilityCheckSuccessDelta += bonus;