Use grid for talents tab

This commit is contained in:
Johannes Loher 2021-02-25 22:22:05 +01:00
parent 1676a7b8c4
commit 25b6f03d56
10 changed files with 107 additions and 80 deletions

View file

@ -63,6 +63,7 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/actor/partials/special-creature-abilities-overview.hbs",
"systems/ds4/templates/actor/partials/character-inventory.hbs",
"systems/ds4/templates/actor/partials/creature-inventory.hbs",
"systems/ds4/templates/actor/partials/talent-rank-equation.hbs",
];
return loadTemplates(templatePaths);
}