Nouvelle incarnation de l'archétype

This commit is contained in:
2023-06-20 23:20:44 +02:00
parent e1e45a83be
commit 0e3d721fc7
6 changed files with 54 additions and 8 deletions

View File

@ -364,6 +364,9 @@ export class RdDActorSheet extends RdDBaseActorSheet {
this.actor.updateCompetenceArchetype(compName, parseInt(event.target.value));
});
}
this.html.find('.nouvelle-incarnation').click(async event => {
this.actor.nouvelleIncarnation();
});
this.html.find('.show-hide-competences').click(async event => {
this.options.showCompNiveauBase = !this.options.showCompNiveauBase;