mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Fixed so that dice css uses specific results.denomation if available
This commit is contained in:
parent
de0d4ef9b4
commit
e25cf0c4cd
3 changed files with 26 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
{{#unless discarded}}
|
||||
<div class="roll-die{{#unless @../first}} has-plus{{/unless}}">
|
||||
<div
|
||||
class="dice reroll-button {{../dice}}"
|
||||
class="dice reroll-button {{ifThen denomination denomination ../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 "DAGGERHEART.GENERAL.rerolled"}}"></i>{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue