From 00953a824dc2ca9d1752f65d8137e83a2bf69e30 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:42:02 +0100 Subject: fix: Hotm Steady Hands perk (#1510) --- constants/hotmlayout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json index bbdc7843..d9204b50 100644 --- a/constants/hotmlayout.json +++ b/constants/hotmlayout.json @@ -581,7 +581,7 @@ "cost": "(pow (+ level 2) 2.6)", "stat": "(* level 0.1)", "lore": [ - "§7Grants §e+0.1▚ Gemstone Spread§7 while", + "§7Grants §e+{stat}▚ Gemstone Spread§7 while", "§7in the §bGlacite Mineshafts§7." ] }, -- cgit