Fixed chat message data for summon actions

This commit is contained in:
WBHarry 2026-07-13 22:39:24 +02:00
parent ac6a7a7f43
commit 4018752020
5 changed files with 32 additions and 23 deletions

View file

@ -16,10 +16,10 @@
{{#each action.summon}}
<div class="summon-container">
<div class="summon-label-container">
<img src="{{this.actor.img}}" />
<label>{{this.actor.name}}</label>
<img src="{{this.data.img}}" />
<label>{{this.data.name}}</label>
</div>
<span># {{this.rolledCount}}</span>
<span># {{this.quantity}}</span>
</div>
{{/each}}
</div>