new style for dialog roll and remove console.log debuggers

This commit is contained in:
moliloo 2025-07-05 14:08:43 -03:00
parent 9d76405221
commit 1d6b66d590
50 changed files with 677 additions and 234 deletions

View file

@ -44,7 +44,7 @@ export default class DamageSelectionDialog extends HandlebarsApplicationMixin(Ap
static PARTS = {
damageSelection: {
id: 'damageSelection',
template: 'systems/daggerheart/templates/dialogs/damageSelection.hbs'
template: 'systems/daggerheart/templates/dialogs/dice-roll/damageSelection.hbs'
}
};