From fb178fc5278a1eb1305a2939e26f4222ae6b46e8 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sat, 30 Oct 2021 10:36:40 +0200 Subject: [PATCH] Ajouter compteurs success/echec pour les points de tache #215 --- module/actor-sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/actor-sheet.js b/module/actor-sheet.js index 2c3e6eaf..9080d850 100644 --- a/module/actor-sheet.js +++ b/module/actor-sheet.js @@ -355,7 +355,7 @@ export class RdDActorSheet extends ActorSheet { if (!arme) { arme = { name: armeName, data: { competence: compName } }; } - this.actor.rollArme(arme); + this.actor.rollArme( duplicate(arme) ); }); // Initiative pour l'arme html.find('.arme-initiative a').click(async event => {