Gestion/assistance aventure/eclat
This commit is contained in:
@ -63,6 +63,8 @@ export class MournbladeRollDialog extends Dialog {
|
||||
html.find('#difficulte').change(async (event) => {
|
||||
this.rollData.difficulte = Number(event.currentTarget.value)
|
||||
})
|
||||
|
||||
html.find('#doubleD20').change(async (event) => {
|
||||
this.rollData.doubleD20 = event.currentTarget.checked
|
||||
})
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user