Skip to content

Commit

Permalink
Fix free action panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KitCat420 committed Mar 19, 2024
1 parent 0226d97 commit 5b225bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/argon/panels/panels.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function freeActionPanel(ARGON) {
const ButtonPanelItemButton = buttonPanelItemButton(ARGON);
const SpecialActionButton = specialActionButton(ARGON);
const SplitButton = splitButton(ARGON);
const SpellButtonPanelActionButton = spellButtonPanelActionButton(ARGON);
const SpellbookButtonPanelItemButton = spellbookButtonPanelActionButton(ARGON);

if (this.hasMultipleSpellbooks) {
Expand Down

0 comments on commit 5b225bb

Please sign in to comment.