Lint fixes

This commit is contained in:
WBHarry 2026-04-22 15:35:55 +02:00
parent 4e555dd314
commit 6147201117
10 changed files with 53 additions and 48 deletions

View file

@ -305,13 +305,13 @@ export default class DhCharacter extends DhCreature {
label: 'DAGGERHEART.ACTORS.Creature.rules.roll.disadvantage.label',
hint: 'DAGGERHEART.ACTORS.Creature.rules.roll.disadvantage.hint'
}),
comboDieIndex: new fields.NumberField({
integer: true,
comboDieIndex: new fields.NumberField({
integer: true,
min: 0,
max: 5,
initial: 0,
})
}),
initial: 0
})
})
})
};
}

View file

@ -80,7 +80,7 @@ export default class DhCompanion extends DhCreature {
initial: 1,
label: 'DAGGERHEART.ACTORS.Creature.rules.roll.disadvantage.label',
hint: 'DAGGERHEART.ACTORS.Creature.rules.roll.disadvantage.hint'
}),
})
})
}),
attack: new ActionField({