Fix apv2, WIP

This commit is contained in:
2026-06-06 10:21:24 +02:00
parent 6cec1da910
commit 9b77a0c552
130 changed files with 12850 additions and 2830 deletions
+2 -1
View File
@@ -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}}