Fixed so that actions don't print the actor name in chat along with its own name

This commit is contained in:
WBHarry 2025-08-21 18:28:17 +02:00
parent 60b55619e1
commit 95d58267c5

View file

@ -163,7 +163,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
const hasRoll = this.getUseHasRoll(byPass); const hasRoll = this.getUseHasRoll(byPass);
return { return {
event, event,
title: `${this.item.name}: ${game.i18n.localize(this.name)}`, title: game.i18n.localize(this.name),
source: { source: {
item: this.item._id, item: this.item._id,
action: this._id, action: this._id,