Fixed so UseItem macros get the img set

This commit is contained in:
WBHarry 2025-07-15 23:51:38 +02:00
parent a198f6be48
commit 4b40dfd7be
2 changed files with 5 additions and 4 deletions

View file

@ -65,6 +65,7 @@ export default class DHBaseActorSheet extends DHApplicationMixin(ActorSheetV2) {
const attackData = {
type: 'Attack',
actorUuid: this.document.uuid,
img: this.document.system.attack.img,
fromInternal: true
};
event.dataTransfer.setData('text/plain', JSON.stringify(attackData));