From 5c598ee03760301c794f27ab98ecee5c766497b7 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Tue, 6 May 2025 22:07:36 +0200 Subject: [PATCH] fix weight display in inventory --- src/ActorSheet.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ActorSheet.hbs b/src/ActorSheet.hbs index 4b3802d..235a3c9 100644 --- a/src/ActorSheet.hbs +++ b/src/ActorSheet.hbs @@ -336,7 +336,7 @@
-
{{this.system.gewicht}}
+
{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}
{{/each}} @@ -362,7 +362,7 @@
-
{{this.system.gewicht}}
+
{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}
{{/each}} @@ -388,7 +388,7 @@
-
{{this.system.gewicht}}
+
{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}
{{/each}}