Merge branch 'fix-armor-type-missing-in-actor-sheet' into 'master'

Fix the armor type missing from the actor sheet

See merge request dungeonslayers/ds4!125
This commit is contained in:
Johannes Loher 2021-07-12 17:14:32 +00:00
commit 01f47f1f2d

View file

@ -69,8 +69,8 @@ SPDX-License-Identifier: MIT
</div>
{{!-- armor type --}}
<div title="{{lookup ../../config.i18n.armorTypes itemData.dataData.armorType}}">
{{lookup ../../config.i18n.armorTypesAbbr itemData.dataData.armorType}}
<div title="{{lookup ../../config.i18n.armorTypes itemData.data.armorType}}">
{{lookup ../../config.i18n.armorTypesAbbr itemData.data.armorType}}
</div>
{{!-- armor value --}}