Melee fight

This commit is contained in:
2022-08-14 10:10:26 +02:00
parent ab755aac22
commit e73931d032
10 changed files with 360 additions and 197 deletions

View File

@ -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
})
}