From 2af5ecf74ca50f63577a429ccc5589537b93017a Mon Sep 17 00:00:00 2001 From: cadowtin Date: Thu, 28 Mar 2024 10:48:57 -0500 Subject: [PATCH] Text for rush test crit animation --- scripts/module.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/module.js b/scripts/module.js index 54b2b55..e5a20b4 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -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: '' + } }); if (game.user.isGM) {