ActorSheet, WIP

This commit is contained in:
2023-01-18 21:08:32 +01:00
parent 54e397d6f0
commit d294d6aed1
5 changed files with 40 additions and 9 deletions

View File

@ -72,6 +72,11 @@ export class HeritiersRollDialog extends Dialog {
html.find('#bonus-malus-context').change((event) => {
this.rollData.bonusMalusContext = Number(event.currentTarget.value)
})
html.find('#useTricherie').change((event) => {
this.rollData.useTricherie = event.currentTarget.checked
})
html.find('#useHeritage').change((event) => {
this.rollData.useHeritage = event.currentTarget.checked
})
}
}