From 452821db289a943a1763320cba9de7152fd882df Mon Sep 17 00:00:00 2001 From: phBalance Date: Thu, 4 Jan 2024 16:38:57 -0700 Subject: [PATCH] fix(adjustment): indicate adjustment power when full fade happens --- templates/chat/apply-adjustment-card.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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