Skip to content

Commit

Permalink
Fixing Action Chat Messages not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégory Soupé committed Mar 1, 2024
1 parent 42678bc commit 9dd0147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/documents/WFRP3eItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion templates/chatmessages/roll.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</ul>

{{#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
Expand Down

0 comments on commit 9dd0147

Please sign in to comment.