Annence/Boheme

This commit is contained in:
2023-08-08 18:05:10 +02:00
parent b2219c0f81
commit 554a1af531
27 changed files with 104 additions and 68 deletions

View File

@ -245,7 +245,9 @@ export class EcrymeConfrontDialog extends Dialog {
this.rollData.applyTranscendence = $('#roll-apply-transcendence').val()
this.computeTotals()
})
html.find('#annency-bonus').change((event) => {
this.rollData.annencyBonus = Number(event.currentTarget.value)
})
}
}