remove currency from creature sheet

This commit is contained in:
Johannes Loher 2021-01-18 19:59:25 +01:00
parent e89c87f0c1
commit dee56f12ec
6 changed files with 128 additions and 120 deletions

View file

@ -64,6 +64,8 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/actor/partials/profile.hbs",
"systems/ds4/templates/actor/partials/character-progression.hbs",
"systems/ds4/templates/actor/partials/special-creature-abilites-overview.hbs",
"systems/ds4/templates/actor/partials/character-inventory.hbs",
"systems/ds4/templates/actor/partials/creature-inventory.hbs",
];
return loadTemplates(templatePaths);
}