From 9dd014791790c791e8d38268441fa33a60ee0882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soup=C3=A9?= Date: Fri, 1 Mar 2024 15:18:56 +0100 Subject: [PATCH] Fixing Action Chat Messages not showing --- modules/documents/WFRP3eItem.js | 2 +- templates/chatmessages/roll.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/documents/WFRP3eItem.js b/modules/documents/WFRP3eItem.js index 81515e2..dcee7a0 100644 --- a/modules/documents/WFRP3eItem.js +++ b/modules/documents/WFRP3eItem.js @@ -49,7 +49,7 @@ export default class WFRP3eItem extends Item this.exhaustAction(options.face); return ChatMessage.create({ - content: await renderTemplate("systems/wfrp3e/templates/chatmessages/action-effects.hbs", { + content: await renderTemplate("systems/wfrp3e/templates/partials/action-effects.hbs", { action: this, face: options.face, symbols: CONFIG.WFRP3e.symbols, diff --git a/templates/chatmessages/roll.hbs b/templates/chatmessages/roll.hbs index 14ccb5a..07c4205 100644 --- a/templates/chatmessages/roll.hbs +++ b/templates/chatmessages/roll.hbs @@ -69,7 +69,7 @@ {{#if data.effects}} - {{>systems/wfrp3e/templates/chatmessages/action-effects.hbs + {{>systems/wfrp3e/templates/partials/action-effects.hbs action=data.action face=data.face symbols=data.symbols