Add dummy profile tab to character sheet

This commit is contained in:
Johannes Loher 2021-01-03 20:54:45 +01:00
parent c91b8956f6
commit 98ce35f831
4 changed files with 12 additions and 2 deletions

View file

@ -39,6 +39,7 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/actor/partials/items-overview.hbs",
"systems/ds4/templates/actor/partials/attributes-traits.hbs",
"systems/ds4/templates/actor/partials/combat-values.hbs",
"systems/ds4/templates/actor/partials/profile.hbs",
];
return loadTemplates(templatePaths);
}
@ -66,6 +67,8 @@ Hooks.once("setup", function () {
"combatValues",
"baseInfo",
"progression",
"language",
"profile",
];
// Exclude some from sorting where the default order matters