extract item-list-entry to commonly used partial

This commit is contained in:
Johannes Loher 2021-02-26 01:08:55 +01:00
parent 0d486647a2
commit b3ac3cde84
7 changed files with 164 additions and 213 deletions

View file

@ -65,6 +65,7 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/actor/partials/creature-inventory.hbs",
"systems/ds4/templates/actor/partials/talent-rank-equation.hbs",
"systems/ds4/templates/actor/partials/item-list-header.hbs",
"systems/ds4/templates/actor/partials/item-list-entry.hbs",
];
return loadTemplates(templatePaths);
}