From 6b8710b94ce1f8a987f30a0ee696efb34d13da78 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Sun, 19 Mar 2023 23:13:24 +0100 Subject: [PATCH] Fix inventory --- system.json | 4 ++-- templates/actor-sheet.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system.json b/system.json index 8187fdb..ca6d263 100644 --- a/system.json +++ b/system.json @@ -107,7 +107,7 @@ "styles": [ "styles/simple.css" ], - "version": "10.0.40", + "version": "10.0.41", "compatibility": { "minimum": "10", "verified": "10", @@ -115,7 +115,7 @@ }, "title": "Warhero RPG", "manifest": "https://www.uberwald.me/gitea/public/fvtt-warhero/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/uberwald/fvtt-warhero/archive/fvtt-warhero-10.0.40.zip", + "download": "https://www.uberwald.me/gitea/uberwald/fvtt-warhero/archive/fvtt-warhero-10.0.41.zip", "url": "https://www.uberwald.me/gitea/public/fvtt-warhero", "background": "images/ui/warhero_welcome_page.webp", "id": "fvtt-warhero" diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 7630d2d..bcb666d 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -490,14 +490,14 @@

{{localize "WH.ui.bodyslots"}} :

{{#each bodyContainers as |slot slotKey|}} - {{> systems/fvtt-warhero/templates/partial-container.html slot=slot}} + {{> systems/fvtt-warhero/templates/partial-container.html slot=slot slotKey=slotKey}} {{/each}}

{{localize "WH.ui.containerslot"}} :

{{#each equipmentContainers as |slot slotKey|}} - {{> systems/fvtt-warhero/templates/partial-container.html slot=slot}} + {{> systems/fvtt-warhero/templates/partial-container.html slot=slot slotKey=slotKey}} {{/each}}