From 4a46b3709ca4df71a6d17ad0ec3019cb1d1fb5ca Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sun, 27 Dec 2020 22:35:10 +0100 Subject: [PATCH] =?UTF-8?q?Remise=20=C3=A0=20z=C3=A9ro:=20plus=20=C3=A9m?= =?UTF-8?q?=C3=A9ch=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I51abd9d10e60e1503a9050ef092854b35cc314b0 --- module/actor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/actor.js b/module/actor.js index 80c7fe3e..7e19bb73 100644 --- a/module/actor.js +++ b/module/actor.js @@ -323,7 +323,7 @@ export class RdDActor extends Actor { } await this.update( {"data.blessures": blessures } ); } - await this.update({ "data.compteurs.ethylisme.value": 0 }); + await this.update({ "data.compteurs.ethylisme.value": 1 }); await this.update({ "data.compteurs.ethylisme.nb_doses": 0 }); await this.santeIncDec("vie", this.data.data.sante.vie.max - this.data.data.sante.vie.value); await this.santeIncDec("endurance", this.data.data.sante.endurance.max - this.data.data.sante.endurance.value);