[Fix] Summon Wildcard Handling (#2086)

This commit is contained in:
WBHarry 2026-07-13 22:57:43 +02:00 committed by GitHub
parent 81e264a477
commit 450287e4d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 24 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>