forked from public/foundryvtt-reve-de-dragon
Nouvelle incarnation de l'archétype
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user