diff --git a/module/utility/adjustment.js b/module/utility/adjustment.js index 457429b4..42150bdb 100644 --- a/module/utility/adjustment.js +++ b/module/utility/adjustment.js @@ -636,7 +636,7 @@ export async function renderAdjustmentChatCards(cardOrCards) { } // Filter out any invalid cards - cardOrCards.filter((card) => card); + cardOrCards = cardOrCards.filter((card) => card); if (cardOrCards.length === 0) return; diff --git a/templates/chat/apply-adjustment-card.hbs b/templates/chat/apply-adjustment-card.hbs index 8abc25f8..9fea1089 100644 --- a/templates/chat/apply-adjustment-card.hbs +++ b/templates/chat/apply-adjustment-card.hbs @@ -41,7 +41,7 @@ {{#if isEffectFinished}}
- The effects of this {{../item.system.XMLID}} have completely faded! + The effects of this {{item.system.XMLID}} have completely faded!
{{/if}} \ No newline at end of file