This commit is contained in:
2025-06-09 22:06:35 +02:00
parent 4622c4b93a
commit 5686252e3b
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export default class PokemonItemSheet extends ItemSheet {
get template() {
return `systems/pokemon/templates/sheets/${this.item.data.type}-sheet.html`
return `systems/pokemon/templates/sheets/${this.item.type}-sheet.html`
}
}