From 861e8de590fa974fc4c9386b6d71eb1d6f6836c1 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 29 Jan 2021 01:03:16 +0100 Subject: [PATCH] =?UTF-8?q?Jet=20de=20moral=20neutre=20=C3=A0=20chateau=20?= =?UTF-8?q?dormant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/actor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/actor.js b/module/actor.js index 8a6e5e09..b7224b7f 100644 --- a/module/actor.js +++ b/module/actor.js @@ -319,6 +319,7 @@ export class RdDActor extends Actor { await this._recupererBlessures(message, "critique", blessures.critiques.liste.filter(b => b.active), blessures.graves.liste); await this.update({ "data.blessures": blessures }); await this._recupererVie(message); + await this.jetDeMoral('neutre'); await this.chanceActuelleIncDec(1); await this.transformerStress(message); await this.retourSeuilDeReve(message);