Skip to content

Commit

Permalink
Always remember selected actor
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil authored and xdy committed Jan 14, 2025
1 parent 525bec7 commit e887244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/feature/macros/basicActionMacros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ export async function basicActionMacros() {
const mapValue = button.dataset.map ? -(Number.parseInt(button.dataset.map) / 5) : 0;
current.use({
event,
actors: [selectedActor],
multipleAttackPenalty: mapValue,
skipDialog: event.skipDialog,
...action.options,
Expand Down

0 comments on commit e887244

Please sign in to comment.