Correction initiative et meilleur affichage sur jet D20
All checks were successful
Release Creation / build (release) Successful in 51s
All checks were successful
Release Creation / build (release) Successful in 51s
This commit is contained in:
@@ -28,6 +28,12 @@
|
||||
<i class="fas fa-dice"></i>
|
||||
<span class="dice-value">{{diceResult}}</span>
|
||||
</div>
|
||||
{{#if isD20Impair}}
|
||||
<div class="dice-result d20-impair">
|
||||
<i class="fas fa-exclamation-circle"></i>
|
||||
<span class="dice-value">D20 impair → valeur dé : 0</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="total-result">
|
||||
<span class="total-label">Total</span>
|
||||
<span class="total-value">{{finalResult}}</span>
|
||||
|
||||
Reference in New Issue
Block a user