Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Feb 23, 2024
1 parent 3224d6d commit a5ebc68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.

1 change: 1 addition & 0 deletions scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ export function initConfig() {
}

get movementMax() {
if(!this.actor) return 0;
return this.actor.system.attributes.movement[this.movementMode] / canvas.scene.dimensions.distance;
}
}
Expand Down

0 comments on commit a5ebc68

Please sign in to comment.