#63 Jet d'éthylisme

This commit is contained in:
2020-12-06 21:39:55 +01:00
parent 1afce56348
commit 374b360afb
3 changed files with 32 additions and 1 deletions

View File

@ -389,6 +389,11 @@ export class RdDActorSheet extends ActorSheet {
this.actor.ethylismeTest();
this.render(true);
});
html.find('#jet-vie').click((event) => {
this.actor.jetVie();
this.render(true);
});
html.find('#vie-plus').click((event) => {
this.actor.santeIncDec("vie", 1);