Fix the armor type missing from the actor sheet
This commit is contained in:
parent
88684034a1
commit
63d5027b9c
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ SPDX-License-Identifier: MIT
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{!-- armor type --}}
|
{{!-- armor type --}}
|
||||||
<div title="{{lookup ../../config.i18n.armorTypes itemData.dataData.armorType}}">
|
<div title="{{lookup ../../config.i18n.armorTypes itemData.data.armorType}}">
|
||||||
{{lookup ../../config.i18n.armorTypesAbbr itemData.dataData.armorType}}
|
{{lookup ../../config.i18n.armorTypesAbbr itemData.data.armorType}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{!-- armor value --}}
|
{{!-- armor value --}}
|
||||||
|
|
Loading…
Reference in a new issue