Skip to content

Commit

Permalink
Text for rush test crit animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Mar 28, 2024
1 parent 7a6425c commit 2af5ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ Hooks.on("ready", () => {
notes: game.i18n.localize("pf2e-rpg-numbers.token-options.crit.rotation.hint"),
default: 0,
},
previewCrit: {
type: "custom",
html: '<button onclick="createCritAnimation({ type: "custom", whisper: [game.user.id], app.token }">Test Crit Animation</button>'
}
});

if (game.user.isGM) {
Expand Down

0 comments on commit 2af5ecf

Please sign in to comment.