diff --git a/src/module/ds4.ts b/src/module/ds4.ts index 002e931..ea4f448 100644 --- a/src/module/ds4.ts +++ b/src/module/ds4.ts @@ -31,7 +31,10 @@ Hooks.once("init", async function () { }); async function registerHandlebarsPartials() { - const templatePaths = ["systems/ds4/templates/item/partials/description.hbs"]; + const templatePaths = [ + "systems/ds4/templates/item/partials/description.hbs", + "systems/ds4/templates/actor/partials/items.hbs", + ]; return loadTemplates(templatePaths); } diff --git a/src/templates/actor/actor-sheet.html b/src/templates/actor/actor-sheet.html index 55dbbf8..4aa0540 100644 --- a/src/templates/actor/actor-sheet.html +++ b/src/templates/actor/actor-sheet.html @@ -60,31 +60,7 @@ {{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}} - {{!-- Owned Items Tab --}} -