Appel à la chance

+ ajout RdDRoll pour jet avec callbacks
This commit is contained in:
2020-12-06 19:29:10 +01:00
parent 29eb489b27
commit 6cc594bb76
5 changed files with 292 additions and 1 deletions

View File

@ -258,6 +258,10 @@ export class RdDActorSheet extends ActorSheet {
this.actor.rollCarac( 'chance-actuel' );
});
html.find('#chance-appel').click((event) => {
this.actor.appelChance();
});
// Roll Skill
html.find('.competence-label a').click((event) => {
let compName = event.currentTarget.text;