Amélioration messages de stress

This commit is contained in:
Vincent Vandemeulebrouck
2021-01-29 12:08:02 +01:00
parent 861e8de590
commit a12f9bbf01
5 changed files with 78 additions and 57 deletions

View File

@ -459,7 +459,7 @@ export class RdDActorSheet extends ActorSheet {
this.actor.setEthylisme(parseInt(event.target.value));
});
html.find('#stress-test').click((event) => {
this.actor.stressTest();
this.actor.transformerStress();
this.render(true);
});
html.find('#moral-malheureux').click((event) => {