diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 7672a88..3dca281 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -2,7 +2,7 @@ const api = foundry.applications.api; const sheets = foundry.applications.sheets; export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) { - static effectivenessChart = { + effectivenessChart = { "normal": { "normal": 1, "fire": 1, diff --git a/system.json b/system.json index 563a8cf..22b093f 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.13", + "version": "0.1.14", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 29b12cb..4692480 100644 Binary files a/system.zip and b/system.zip differ