Added reroll icon

This commit is contained in:
WBHarry 2025-08-08 20:14:14 +02:00
parent b44d4695ad
commit 87d4ec0c7e
2 changed files with 7 additions and 2 deletions

View file

@ -33,6 +33,7 @@
class="dice reroll-button {{../dice}}"
data-die-index="0" data-type="damage" data-damage-type="{{@../../../key}}" data-part="{{@../../key}}" data-dice="{{@../key}}" data-result="{{@key}}"
>
{{#if hasRerolls}}<i class="fa-solid fa-dice dice-rerolled" data-tooltip="{{localize "Rerolled"}}"></i>{{/if}}
{{result}}
</div>
</div>