forked from public/foundryvtt-reve-de-dragon
#63 Jet d'éthylisme
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user