Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- #130: Fix rolling abilities.
  • Loading branch information
Larkinabout committed Nov 4, 2024
1 parent 0a1efac commit 88959d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/action-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Hooks.once("tokenActionHudCoreApiReady", async coreModule => {
title: `${game.i18n.localize("DND5E.SavingThrow")}: ${coreModule.api.Utils.getModifier(ability?.save)}`
} : null,
listName: this.#getListName(actionType, name),
system: { actionType, abilityId }
system: { actionType, actionId: abilityId }
};
});

Expand Down
Loading

0 comments on commit 88959d8

Please sign in to comment.