Fix apv2, WIP
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
{{set diceTypeVal="regular"}}
|
||||
{{/ifincludes}}
|
||||
<li class="roll die flexcol {{diceClass}} {{#if die.success}}success{{/if}}"
|
||||
data-dice-type="{{diceTypeVal}}">
|
||||
data-dice-type="{{diceTypeVal}}"
|
||||
data-result="{{die.result}}">
|
||||
<span>{{die.result}}</span>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user