Action chat message + formatTarget fix

This commit is contained in:
Dapoolp 2025-07-25 20:59:08 +02:00
parent 3f95740b7a
commit 6db8f8e183
6 changed files with 6 additions and 10 deletions

View file

@ -106,8 +106,6 @@ export default class DHItem extends foundry.documents.Item {
}
if (action) return action.use(event);
}
return this.toChat();
}
async toChat(origin) {