fix weight display in inventory
This commit is contained in:
+3
-3
@@ -336,7 +336,7 @@
|
||||
</div>
|
||||
<div></div>
|
||||
<div class="center fas fa-sword" data-action="toggle_equipped" data-equipped="{{system.angelegt}}"></div>
|
||||
<div class="center">{{this.system.gewicht}}</div>
|
||||
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
@@ -362,7 +362,7 @@
|
||||
</div>
|
||||
<div></div>
|
||||
<div class="center fas fa-shield-halved" data-action="toggle_equipped" data-equipped="{{system.angelegt}}"></div>
|
||||
<div class="center">{{this.system.gewicht}}</div>
|
||||
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
@@ -388,7 +388,7 @@
|
||||
</div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div class="center">{{this.system.gewicht}}</div>
|
||||
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user