fix: transmettre le handicap au message de jet (succès requis)

This commit is contained in:
2026-08-01 21:35:48 +02:00
parent c87b25fbaf
commit de7691c4dc
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -142,7 +142,8 @@ export class VermineUtils {
skillCategory, skillCategory,
keepTotem, keepTotem,
skillLevel, skillLevel,
hasSpecialty hasSpecialty,
handicap
}); });
return roll; return roll;
+1 -2
View File
@@ -5,8 +5,7 @@
<h4>{{localize "VERMINE.difficulty"}}:</h4> <h4>{{localize "VERMINE.difficulty"}}:</h4>
<span id="difficulty">{{param.difficulty}}</span> <span id="difficulty">{{param.difficulty}}</span>
</div> </div>
<div class="reroll-fromroll"> <div class="reroll-fromroll">
<h4>{{localize "VERMINE.rerolls_possible"}} : <span id="allowed_reroll">{{param.Reroll}}</span></h4> <h4>{{localize "VERMINE.rerolls_possible"}} : <span id="allowed_reroll">{{param.Reroll}}</span></h4>
<div class="reroll flexrow"> <div class="reroll flexrow">