diff --git a/modules/sheets/PokemonItemSheet.js b/modules/sheets/PokemonItemSheet.js index 4b402d1..c41abe5 100644 --- a/modules/sheets/PokemonItemSheet.js +++ b/modules/sheets/PokemonItemSheet.js @@ -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` } } \ No newline at end of file diff --git a/system.json b/system.json index 2eaeea3..960323c 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 3cc1e15..1e72dc2 100644 Binary files a/system.zip and b/system.zip differ