Melee fight
This commit is contained in:
@ -68,7 +68,7 @@ export class CrucibleRollDialog extends Dialog {
|
||||
this.rollData.rollAdvantage = event.currentTarget.value
|
||||
})
|
||||
html.find('#useshield').change((event) => {
|
||||
this.rollData.useShield = event.currentTarget.checked
|
||||
this.rollData.useshield = event.currentTarget.checked
|
||||
})
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user