diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 85c2cee..23fce34 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -69,6 +69,8 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi this.sheetContext = context; + context.tab = "tab2" + return context; } diff --git a/system.json b/system.json index 52f0d51..81aefd5 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.57", + "version": "0.0.58", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index e110424..19ced66 100644 Binary files a/system.zip and b/system.zip differ