Semi-corrected reroll of one of multiple results on a die

This commit is contained in:
WBHarry 2026-07-15 02:35:27 +02:00
parent fea3671069
commit 20febb82d5
3 changed files with 11 additions and 10 deletions

View file

@ -40,7 +40,7 @@
<div class="roll-die{{#unless @../first}} has-plus{{/unless}}">
<div
class="dice reroll-button {{../dice}}"
data-die-index="0" data-type="damage" data-damage-type="{{@../../key}}" data-dice="{{@../key}}"
data-die-index="0" data-type="damage" data-damage-type="{{@../../key}}" data-dice="{{@../key}}" data-result="{{@key}}"
>
{{#if hasRerolls}}<i class="fa-solid fa-dice dice-rerolled" data-tooltip="{{localize "DAGGERHEART.GENERAL.rerolled"}}"></i>{{/if}}
{{result}}