Skip to content

Commit

Permalink
Restore item image on attack rolls
Browse files Browse the repository at this point in the history
  • Loading branch information
juanferrer committed Dec 14, 2023
1 parent 05e2ce8 commit bad187a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/chat/combat.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="demonlord" {{#if actor.id}}data-actor-id="{{actor.id}}" {{/if}} {{#if item.id}}data-item-id="{{item.id}}" {{/if}} {{#if tokenId}}data-token-id="{{tokenId}}" {{/if}}>
<div class="showlessinfo">{{data.actorInfo}}</div>
<header class="card-header">
<div class="token-img"><img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" height="40" width="40"/></div>
<div class="token-img"><img class="profile-img" src="{{item.data.img}}" data-edit="img" title="{{item.data.name}}" height="40" width="40"/></div>
<div class="attackbox">
<div class="boxline">
<div class="header">{{localize "DL.AttackRollText"}}</div>
<div class="headertext">{{item.name}}</div>
<div class="headertext">{{item.data.name}}</div>
</div>
<div class="boxline">
<div class="header">{{localize "DL.TargetRollText"}}</div>
Expand Down

0 comments on commit bad187a

Please sign in to comment.