Remise à zéro: plus éméché
Change-Id: I51abd9d10e60e1503a9050ef092854b35cc314b0
This commit is contained in:
parent
499adea83d
commit
4a46b3709c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user