#139 Jet d'Endurance

This commit is contained in:
2021-01-29 16:58:45 +01:00
parent e8af4ac813
commit f15067fff8
3 changed files with 32 additions and 4 deletions

View File

@ -483,6 +483,10 @@ export class RdDActorSheet extends ActorSheet {
this.actor.jetVie();
this.render(true);
});
html.find('#jet-endurance').click((event) => {
this.actor.jetEndurance();
this.render(true);
});
html.find('.monnaie-plus').click((event) => {
const li = $(event.currentTarget).parents(".item");