Add new compendiums
This commit is contained in:
@ -70,5 +70,12 @@ export class CrucibleRollDialog extends Dialog {
|
||||
this.rollData.advantage = "disadvantage"
|
||||
this.refreshDialog()
|
||||
})
|
||||
html.find('#featDieName').change((event) => {
|
||||
this.rollData.featDieName = event.currentTarget.value
|
||||
})
|
||||
html.find('#featDieSL').change((event) => {
|
||||
this.rollData.featDieSL = event.currentTarget.value
|
||||
})
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user