Preliminary rolls
This commit is contained in:
@ -20,11 +20,11 @@ export class BoLItemSheet extends ItemSheet {
|
||||
get template() {
|
||||
const path = "systems/bol/templates/item";
|
||||
// Return a single sheet for all item types.
|
||||
return `${path}/item-sheet.hbs`;
|
||||
//return `${path}/item-sheet.hbs`;
|
||||
// Alternatively, you could use the following return statement to do a
|
||||
// unique item sheet by type, like `weapon-sheet.html`.
|
||||
|
||||
// return `${path}/${this.item.data.type}-sheet.html`;
|
||||
return `${path}/item-${this.item.data.type}-sheet.hbs`;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user