add mixin to armor

This commit is contained in:
psitacus 2025-07-11 19:31:06 -06:00
parent 83c43ec013
commit 3d25d412a2
2 changed files with 6 additions and 60 deletions

View file

@ -1,5 +1,6 @@
import DHBaseItemSheet from '../api/base-item.mjs';
import ItemAttachmentSheet from '../api/item-attachment-sheet.mjs';
import { copyAttachmentEffectsToActor, removeAttachmentFromItem, prepareAttachmentContext, addAttachmentToItem } from '../../../helpers/attachmentHelper.mjs';
export default class WeaponSheet extends ItemAttachmentSheet(DHBaseItemSheet) {
/**@inheritdoc */
@ -26,7 +27,8 @@ export default class WeaponSheet extends ItemAttachmentSheet(DHBaseItemSheet) {
settings: {
template: 'systems/daggerheart/templates/sheets/items/weapon/settings.hbs',
scrollable: ['.settings']
}
},
...super.PARTS,
};
/** @override */