mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
.
This commit is contained in:
parent
907ae5cf34
commit
c0cd98e725
1 changed files with 1 additions and 1 deletions
|
|
@ -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: game.i18n.localize(this.name),
|
title: `${this.item instanceof CONFIG.Actor.documentClass ? '' : `${this.item.name}: `}${game.i18n.localize(this.name)}`,
|
||||||
source: {
|
source: {
|
||||||
item: this.item._id,
|
item: this.item._id,
|
||||||
action: this._id,
|
action: this._id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue