Ranged attacks
This commit is contained in:
@ -70,6 +70,12 @@ export class CrucibleRollDialog extends Dialog {
|
||||
html.find('#useshield').change((event) => {
|
||||
this.rollData.useshield = event.currentTarget.checked
|
||||
})
|
||||
html.find('#hasCover').change((event) => {
|
||||
this.rollData.hasCover = event.currentTarget.value
|
||||
})
|
||||
html.find('#situational').change((event) => {
|
||||
this.rollData.situational = event.currentTarget.value
|
||||
})
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user