Add dummy profile tab to character sheet
This commit is contained in:
parent
c91b8956f6
commit
98ce35f831
4 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue