style remaing chat messages

This commit is contained in:
moliloo 2025-07-28 23:44:48 -03:00
parent e4820dd6bd
commit 76cfcb29ea
9 changed files with 103 additions and 59 deletions

View file

@ -128,7 +128,11 @@ export default class DHItem extends foundry.documents.Item {
const msg = new cls({
type: 'abilityUse',
user: game.user.id,
actor: this.actor,
author: this.author,
speaker: cls.getSpeaker(),
system: systemData,
title: game.i18n.localize('DAGGERHEART.ACTIONS.Config.displayInChat'),
content: await foundry.applications.handlebars.renderTemplate(
'systems/daggerheart/templates/ui/chat/ability-use.hbs',
systemData