Ajout tarot et autres

This commit is contained in:
2023-02-02 23:59:41 +01:00
parent ed62f00959
commit aa02ab878d
5 changed files with 26 additions and 4 deletions

View File

@@ -67,6 +67,9 @@ export class MaleficesRollDialog extends Dialog {
html.find('#bonusMalusDef').change((event) => {
this.rollData.bonusMalusDef = Number(event.currentTarget.value)
})
html.find('#bonusMalusPortee').change((event) => {
this.rollData.bonusMalusPortee = Number(event.currentTarget.value)
})
}
}