Skip to content

Commit

Permalink
restoring AOE checks in PF2e
Browse files Browse the repository at this point in the history
  • Loading branch information
otigon committed Feb 9, 2023
1 parent 305a47f commit b5a35f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system-support/aa-pf2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async function runPF2eSpells(data) {
switch (spellType) {
case "utility":
case "save":
//if (spellHasAOE(item)) { return; }
if (spellHasAOE(item)) { return; }
if (itemHasDamage(item) && msg.isDamageRoll) {
playPF2e(data)
} else if (!itemHasDamage(item)) {
Expand Down

0 comments on commit b5a35f3

Please sign in to comment.