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`,