Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- #347: Fix thrown strike actions not passing alt usage to roll.
  • Loading branch information
Larkinabout committed Nov 29, 2022
1 parent 901151c commit 8a229ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rollHandlers/pf2e/pf2e-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export class RollHandlerBasePf2e extends RollHandler {
default:
strike.variants[strikeType]?.roll({
event,
altUsage
});
break;
}
Expand Down

0 comments on commit 8a229ca

Please sign in to comment.