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:
commit
01f47f1f2d
1 changed files with 2 additions and 2 deletions
|
@ -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 --}}
|
||||
|
|
Loading…
Reference in a new issue