once more with feelings

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

View File

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