Remise à zéro: plus éméché

Change-Id: I51abd9d10e60e1503a9050ef092854b35cc314b0
This commit is contained in:
Vincent Vandemeulebrouck 2020-12-27 22:35:10 +01:00
parent 499adea83d
commit 4a46b3709c
1 changed files with 1 additions and 1 deletions

View File

@ -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);