v10 migration, ongoing WIP
This commit is contained in:
@ -227,8 +227,8 @@ export class RdDItemSheet extends ItemSheet {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
get template() {
|
||||
let type = this.object.data.type;
|
||||
return `systems/foundryvtt-reve-de-dragon/templates/item-${type}-sheet.html`;
|
||||
let type = this.object.type
|
||||
return `systems/foundryvtt-reve-de-dragon/templates/item-${type}-sheet.html`
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user