Skip to content

Commit

Permalink
Remove version check from Harm macro (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
oWave authored Aug 12, 2024
1 parent 80dedb2 commit 366efa3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/macros/Harm.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/* {"name":"Harm","img":"systems/pf2e/icons/spells/harm.webp","_id":"kz6IN257FJ58SgmE"} */
if (!game.version.startsWith("11"))
return ui.notifications.warn(
"PF2e Animations | This version of the Harm macro has been created for Foundry V11!"
)
if (!scope?.args)
return ui.notifications.warn(
"PF2e Animations | Harm macro has been triggered with no arguments. If this was a manual activation, please use the actual spell instead."
Expand Down

0 comments on commit 366efa3

Please sign in to comment.