From 18a4f1dcf945b32c34ae936b8f6b379274d41b91 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 18 Dec 2020 00:25:23 +0100 Subject: [PATCH] =?UTF-8?q?La=20fatigue=20s'incr=C3=A9mente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Du coup, les t^ches doivent augmenter la fatigue --- module/actor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/actor.js b/module/actor.js index 03f9fb27..c62e0a69 100644 --- a/module/actor.js +++ b/module/actor.js @@ -1400,7 +1400,7 @@ export class RdDActor extends Actor { // Mise à jour de la tache rollData.tache.data.points_de_tache_courant += rollData.rolled.ptTache; this.updateEmbeddedEntity( "OwnedItem", rollData.tache); - this.santeIncDec( "fatigue", -rollData.tache.data.fatigue); + this.santeIncDec( "fatigue", rollData.tache.data.fatigue); // Message de résultat ChatUtility.chatWithRollMode({