Skip to content

Commit a5ebc68

Browse files
committed
a
1 parent 3224d6d commit a5ebc68

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ export function initConfig() {
998998
}
999999

10001000
get movementMax() {
1001+
if(!this.actor) return 0;
10011002
return this.actor.system.attributes.movement[this.movementMode] / canvas.scene.dimensions.distance;
10021003
}
10031004
}

0 commit comments

Comments
 (0)