Better roll with advantage

This commit is contained in:
2022-08-10 14:41:40 +02:00
parent 99c0b26f78
commit ab755aac22
4 changed files with 62 additions and 20 deletions

View File

@ -67,12 +67,9 @@ export class CrucibleRollDialog extends Dialog {
html.find('#rollAdvantage').change((event) => {
this.rollData.rollAdvantage = event.currentTarget.value
})
/*html.find('#featDieName').change((event) => {
this.rollData.featDieName = event.currentTarget.value
html.find('#useshield').change((event) => {
this.rollData.useShield = event.currentTarget.checked
})
html.find('#featDieSL').change((event) => {
this.rollData.featDieSL = event.currentTarget.value
})*/
}
}