This commit is contained in:
Nikolaj
2025-08-05 14:13:52 +02:00
parent b69fb94cbb
commit 0b617de0e3
6 changed files with 14 additions and 21 deletions

View File

@@ -43,7 +43,8 @@ function preloadHandlebarsTemplates() {
const templatePaths = [
"systems/pokemon/templates/partials/character-sheet-character.hbs",
"systems/pokemon/templates/partials/character-sheet-combat.hbs"
"systems/pokemon/templates/partials/character-sheet-combat.hbs",
"systems/pokemon/templates/partials/character-sheet-inventory.hbs"
];