From 6f22c74dfd876a8c8270d1bc59777594f1a8ae86 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:20:45 +0100 Subject: fix(hotmlayout): blockhead perk (#1465) --- constants/hotmlayout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json index 376fee15..bbdc7843 100644 --- a/constants/hotmlayout.json +++ b/constants/hotmlayout.json @@ -390,7 +390,7 @@ "cost": "(pow (+ level 2) 4)", "stat": "(* level 5)", "lore": [ - "§7Grants §6+5☘ Block Fortune§7." + "§7Grants §6+{stat}☘ Block Fortune§7." ] }, "subterranean_fisher": { -- cgit