From de7691c4dccb75c387025f1657ad081afc1ba142 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sat, 1 Aug 2026 21:35:48 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20transmettre=20le=20handicap=20au=20messa?= =?UTF-8?q?ge=20de=20jet=20(succ=C3=A8s=20requis)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/system/roll.mjs | 3 ++- templates/roll-message.hbs | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/system/roll.mjs b/module/system/roll.mjs index 5a688ea..bc992f6 100644 --- a/module/system/roll.mjs +++ b/module/system/roll.mjs @@ -142,7 +142,8 @@ export class VermineUtils { skillCategory, keepTotem, skillLevel, - hasSpecialty + hasSpecialty, + handicap }); return roll; diff --git a/templates/roll-message.hbs b/templates/roll-message.hbs index 83e8b52..9f572ca 100644 --- a/templates/roll-message.hbs +++ b/templates/roll-message.hbs @@ -5,8 +5,7 @@

{{localize "VERMINE.difficulty"}}:

{{param.difficulty}} - - +

{{localize "VERMINE.rerolls_possible"}} : {{param.Reroll}}