Skip to content

Commit

Permalink
fix Inventor quick wit to avoid double consumption on same reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyWoof committed May 7, 2024
1 parent ee249e8 commit e2a2324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions SolastaUnfinishedBusiness/ChangelogHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 0 additions & 2 deletions SolastaUnfinishedBusiness/Classes/InventorClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,6 @@ public IEnumerator OnTryAlterAttributeCheck(
yield break;
}

rulesetHelper.UsePower(usablePower);

abilityCheckData.AbilityCheckRoll += bonus;
abilityCheckData.AbilityCheckSuccessDelta += bonus;

Expand Down

0 comments on commit e2a2324

Please sign in to comment.