Using the prototypeToken name in the chat message window

This commit is contained in:
nsalyzyn 2025-12-18 10:31:33 -07:00
parent 05dec9fcea
commit c453f59db3
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
<div class="roll-target" data-token="{{id}}">
<img class="target-img" src="{{img}}">
<div class="target-data">
<div class="target-name" data-perm-id="{{actorId}}"><span>{{name}}</span></div>
<div class="target-name"><span>{{name}}</span></div>
{{#if (and ../hasRoll (hasProperty this "hit"))}}
<div class="target-hit-status {{#if hit}}is-hit{{else}}is-miss{{/if}}" data-perm-id="{{actorId}}" data-perm-hidden="true">
{{#if hit}}