Foundryv14 migration
All checks were successful
Release Creation / build (release) Successful in 56s
All checks were successful
Release Creation / build (release) Successful in 56s
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user