diff --git a/scripts/module.js b/scripts/module.js index 22289a3..c976479 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -103,7 +103,7 @@ function getAnimationChanges(situation, data) { const result = {}; if ( - game.system.id !== "pf2e" && + game.system.id === "pf2e" && (situation === "damage" || situation === "heal") ) { if (game.settings.get(MODULE_ID, "damage-heal.scale-on-%-hp")) {