#63 Jet d'éthylisme

This commit is contained in:
2020-12-06 20:11:30 +01:00
parent 54825fe756
commit 775f0c0423
9 changed files with 143 additions and 4 deletions

View File

@ -381,6 +381,10 @@ export class RdDActorSheet extends ActorSheet {
this.actor.stressTest();
this.render(true);
});
html.find('#ethylisme-test').click((event) => {
this.actor.ethylismeTest();
this.render(true);
});
html.find('#vie-plus').click((event) => {
this.actor.santeIncDec("vie", 1);