Fixed so Adversary features can be sent to chat. Fixed so ability-card.hbs works again

This commit is contained in:
WBHarry 2025-08-02 18:35:02 +02:00
parent 73a19fc0bb
commit 2c58ab3fb0
7 changed files with 28 additions and 26 deletions

View file

@ -480,7 +480,7 @@ export default function DHApplicationMixin(Base) {
*/
static async #toChat(_event, target) {
let doc = await getDocFromElement(target);
return doc.toChat(this.document.id);
return doc.toChat(doc.uuid);
}
/**