diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-11 16:42:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 15:42:02 +0000 |
| commit | 00953a824dc2ca9d1752f65d8137e83a2bf69e30 (patch) | |
| tree | 58e0ed606cc785590a097fc9c3ad515924c7a6bf | |
| parent | 16f811a0d9265bf385c858b6ee6b232236a82031 (diff) | |
| download | NotEnoughUpdates-REPO-00953a824dc2ca9d1752f65d8137e83a2bf69e30.tar.gz NotEnoughUpdates-REPO-00953a824dc2ca9d1752f65d8137e83a2bf69e30.tar.bz2 NotEnoughUpdates-REPO-00953a824dc2ca9d1752f65d8137e83a2bf69e30.zip | |
fix: Hotm Steady Hands perk (#1510)
| -rw-r--r-- | constants/hotmlayout.json | 2 |
1 files changed, 1 insertions, 1 deletions
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." ] }, |
