From 27c30b7eef34a5c8f555564313d13b699a35206c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 17 Mar 2024 19:46:13 -0600 Subject: [PATCH] Add the effects handlebars templates --- module/handlebars.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/module/handlebars.mjs b/module/handlebars.mjs index 1a7c986..489fc3c 100644 --- a/module/handlebars.mjs +++ b/module/handlebars.mjs @@ -21,6 +21,7 @@ export const partials = [ // The v2 PC sheet partials `actors/char-sheet/v2/partials/stats.v2.pc.hbs`, + `actors/char-sheet/v2/partials/effects.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs`,