make drier

This commit is contained in:
psitacus 2025-07-09 00:39:40 -06:00
parent 1c6188cda8
commit 7e8dc9121e
4 changed files with 2 additions and 32 deletions

View file

@ -33,7 +33,7 @@ export default class ArmorSheet extends DHBaseItemSheet {
scrollable: ['.settings']
},
attachments: {
template: 'systems/daggerheart/templates/sheets/items/armor/attachments.hbs',
template: 'systems/daggerheart/templates/sheets/global/tabs/tab-attachments.hbs',
scrollable: ['.attachments']
}
};

View file

@ -34,7 +34,7 @@ export default class WeaponSheet extends DHBaseItemSheet {
scrollable: ['.settings']
},
attachments: {
template: 'systems/daggerheart/templates/sheets/items/weapon/attachments.hbs',
template: 'systems/daggerheart/templates/sheets/global/tabs/tab-attachments.hbs',
scrollable: ['.attachments']
}
};