From 2723a2003c08df3a5e5f78dd171cad3621a071e0 Mon Sep 17 00:00:00 2001 From: cadowtin Date: Wed, 3 Jul 2024 22:45:59 -0500 Subject: [PATCH] published fix --- scripts/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {