Correction sur init + assistance au combat dans la fenetre de dialogue

This commit is contained in:
2023-04-24 22:20:47 +02:00
parent c34d223d8f
commit b1966412a0
9 changed files with 215 additions and 27 deletions

View File

@@ -124,7 +124,7 @@ export class HawkmoonActorSheet extends ActorSheet {
})
html.find('.roll-initiative').click((event) => {
this.actor.rollAttribut("pre", true)
this.actor.rollAttribut("adr", true)
})
html.find('.roll-attribut').click((event) => {