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`
}
}

View File

@ -1,5 +1,5 @@
{
"version": "0.0.5",
"version": "0.0.6",
"id": "pokemon",
"title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG",

Binary file not shown.