From e2a2324b6573b34219cee20957758882a25bfc56 Mon Sep 17 00:00:00 2001 From: ThyWolf Date: Mon, 6 May 2024 17:06:25 -0700 Subject: [PATCH] fix Inventor quick wit to avoid double consumption on same reaction --- SolastaUnfinishedBusiness/ChangelogHistory.txt | 1 + SolastaUnfinishedBusiness/Classes/InventorClass.cs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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;