Hope and Fear dice totals are now properly added together

This commit is contained in:
WBHarry 2025-05-25 21:45:28 +02:00
parent 24f8ccae8f
commit c7a8056d88
3 changed files with 5 additions and 91 deletions

View file

@ -13,7 +13,7 @@
|
<span>1{{fear.dice}}</span>
</span>
<span class="part-total">{{this.highestRoll}}</span>
<span class="part-total">{{this.diceTotal}}</span>
</header>
<div class="flexrow">
<ol class="dice-rolls duality">

View file

@ -12,7 +12,7 @@
|
<span>1{{fear.dice}}</span>
</span>
<span class="part-total">{{this.highestRoll}}</span>
<span class="part-total">{{this.diceTotal}}</span>
</header>
<div class="flexrow">
<ol class="dice-rolls duality">