Skip to content

Commit

Permalink
Merge pull request #546 from NekohimeMusou/slow-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rughalt authored Dec 24, 2024
2 parents d6173fa + d5b08c5 commit 2c92f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/actor/data-model-character.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default class OseDataModelCharacter extends foundry.abstract.TypeDataMode
get isSlow() {
return this.weapons.length === 0
? false
: this.weapons.every(
: this.weapons.some(
(item) =>
!(
item.type !== "weapon" ||
Expand Down

0 comments on commit 2c92f0d

Please sign in to comment.