mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed so that players rolling reactions will update the message (#1455)
This commit is contained in:
parent
659f73116a
commit
16f6fa98a6
6 changed files with 14 additions and 11 deletions
|
|
@ -262,7 +262,7 @@ export function ActionMixin(Base) {
|
|||
async toChat(origin) {
|
||||
const cls = getDocumentClass('ChatMessage');
|
||||
const systemData = {
|
||||
title: game.i18n.localize('DAGGERHEART.CONFIG.ActionType.action'),
|
||||
title: game.i18n.localize('DAGGERHEART.CONFIG.FeatureForm.action'),
|
||||
origin: origin,
|
||||
action: {
|
||||
name: this.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue