once more again with feelings

pull/14/head
macniel 2025-09-25 20:14:50 +02:00
parent 4a35a24d43
commit 2972bc2cf7
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ export class SkillSheet extends ItemSheet {
/** @override */
get template() {
return `systems/DSA_4-1/templates/item-${this.item.type}-sheet.hbs`;
return `systems/DSA_4-1/templates/item/item-${this.item.type}-sheet.hbs`;
}
}