mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Hope and Fear dice totals are now properly added together
This commit is contained in:
parent
24f8ccae8f
commit
c7a8056d88
3 changed files with 5 additions and 91 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue