Fix TIC display for NPC owned by players
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user