renamed item list templates

More precise names for:
- item overview list template for actor sheet
- inline templates in item overview list template
This commit is contained in:
Gesina Schwalbe 2021-01-03 00:08:21 +01:00
parent 6fe95d10db
commit c9b41e2d3f
3 changed files with 26 additions and 26 deletions

View file

@ -36,7 +36,7 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/item/partials/details.hbs",
"systems/ds4/templates/item/partials/effects.hbs",
"systems/ds4/templates/item/partials/body.hbs",
"systems/ds4/templates/actor/partials/items.hbs",
"systems/ds4/templates/actor/partials/items-overview.hbs",
];
return loadTemplates(templatePaths);
}