Skip to content

Commit

Permalink
published fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Jul 4, 2024
1 parent fd855e7 commit 2723a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 2723a20

Please sign in to comment.