diff --git a/scripts/helpers/animation/turnTokenOnAttack.js b/scripts/helpers/animation/turnTokenOnAttack.js index ce19aa0..4cccbdd 100644 --- a/scripts/helpers/animation/turnTokenOnAttack.js +++ b/scripts/helpers/animation/turnTokenOnAttack.js @@ -4,7 +4,7 @@ * @param {*} target Person they are attacking */ -import { getSetting } from "../misc"; +import { getSetting } from "../misc.js"; export function turnTokenOnAttack(token, target) { if (!token || !target || token === target) return;