Foundryv14 migration
All checks were successful
Release Creation / build (release) Successful in 56s

This commit is contained in:
2026-04-01 23:35:36 +02:00
parent 1ccc9d2c34
commit 348a192a9a
8 changed files with 19 additions and 21 deletions

View File

@@ -176,7 +176,6 @@ export default class HellbornRoll extends Roll {
HellbornRoll.updateFullFormula(options)
})
$(".select-combat-option").change(event => {
console.log(event)
let field = $(event.target).data("field")
let modifier = SYSTEM.ATTACK_MODIFIERS[field]
if (event.target.checked) {