Readd currency to character sheet

This commit is contained in:
Johannes Loher 2021-02-26 02:13:18 +01:00
parent 315261bf4f
commit d17b092658
6 changed files with 29 additions and 19 deletions

View file

@ -66,6 +66,7 @@ async function registerHandlebarsPartials() {
"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",
"systems/ds4/templates/actor/partials/currency.hbs",
];
return loadTemplates(templatePaths);
}