fix: transmettre le handicap au message de jet (succès requis)
This commit is contained in:
@@ -142,7 +142,8 @@ export class VermineUtils {
|
||||
skillCategory,
|
||||
keepTotem,
|
||||
skillLevel,
|
||||
hasSpecialty
|
||||
hasSpecialty,
|
||||
handicap
|
||||
});
|
||||
|
||||
return roll;
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<span id="difficulty">{{param.difficulty}}</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="reroll-fromroll">
|
||||
<h4>{{localize "VERMINE.rerolls_possible"}} : <span id="allowed_reroll">{{param.Reroll}}</span></h4>
|
||||
<div class="reroll flexrow">
|
||||
|
||||
Reference in New Issue
Block a user