Fix TIC display for NPC owned by players

This commit is contained in:
2023-09-17 20:53:13 +02:00
parent 9de2bc48b8
commit 588c6655b3
4 changed files with 31 additions and 3 deletions

View File

@@ -57,7 +57,16 @@
{{/if}}
{{/if}}
{{#if (eq subKey "melee-dmg")}}
{{#if (not weaponUsed)}}
<li>MDL : {{MDL}}</li>
{{/if}}
{{/if}}
{{#if (eq subKey "dmg-res")}}
{{#if (not armorUsed)}}
<li>ADRL : {{ADRL}}</li>
{{/if}}
{{#each armorsList as |armor idx|}}
{{#if armor.applied}}
<li>ADRL: {{armor.adrl}}</li>