diff --git a/less/character-sheet.less b/less/character-sheet.less index d9d2147..bfa5c7a 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -545,7 +545,7 @@ margin-left: 50px; } - .moveDescription { + textarea { font-family: VT323; width: 620px; height: 520px; diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index dfd49a4..85c2cee 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -93,9 +93,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi console.log("Switching to "+tabs.active); this.tab = tabs.active; context.system.tab = tabs.active; - console.log(context.system.tab); - console.log(this.sheetContext); - console.log(this.sheetContext.system.tab); + this.submit(); } } diff --git a/pokemon.css b/pokemon.css index 7cf83b9..d428d7c 100644 --- a/pokemon.css +++ b/pokemon.css @@ -461,7 +461,7 @@ margin-top: 25px; margin-left: 50px; } -.pokemon.sheet.characterSheet .moveDescription { +.pokemon.sheet.characterSheet textarea { font-family: VT323; width: 620px; height: 520px; diff --git a/system.json b/system.json index f27fc01..88cb9a1 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.55", + "version": "0.0.56", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index d17143a..8012dce 100644 Binary files a/system.zip and b/system.zip differ