Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Mar 4, 2024
1 parent a5ebc68 commit e6cf1d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ export function initConfig() {
if (preparedFlag === "all") return false;
if (preparedFlag === "preparedOnly") return true;
const classes = Object.keys(this.actor.classes);
const requiresPreparation = ["cleric", "druid", "paladin", "wizard", "artificer", "ranger"].some((className) => classes.includes(className));
const requiresPreparation = ["cleric", "druid", "paladin", "wizard", "artificer"].some((className) => classes.includes(className));
return requiresPreparation;
}

Expand Down

0 comments on commit e6cf1d0

Please sign in to comment.