Fix chat messages with list items or weapon/armor features

This commit is contained in:
Carlos Fernandez 2026-07-12 19:57:47 -04:00
parent 783505da0a
commit 619114463d
6 changed files with 42 additions and 68 deletions

View file

@ -208,10 +208,7 @@ export default class DHItem extends foundry.documents.Item {
tags: this._getTags()
},
actions: item.system.actionsList,
description: await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.system.description, {
relativeTo: this.parent,
rollData: this.parent?.getRollData() ?? {}
})
description: await this.system.getEnrichedDescription()
};
const msg = {