removed code duplication in item templates
Item templates now all use a common body.
This commit is contained in:
parent
9cf248754c
commit
e7df21426b
7 changed files with 33 additions and 100 deletions
|
@ -35,6 +35,7 @@ async function registerHandlebarsPartials() {
|
|||
"systems/ds4/templates/item/partials/description.hbs",
|
||||
"systems/ds4/templates/item/partials/details.hbs",
|
||||
"systems/ds4/templates/item/partials/effects.hbs",
|
||||
"systems/ds4/templates/item/partials/body.hbs",
|
||||
];
|
||||
return loadTemplates(templatePaths);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue