From 4bbfa162b7635f274652ea941469dd37faa27444 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 6 Nov 2022 14:18:53 +0100 Subject: added Sword of Bad Health as salvageabe --- constants/HideNotClickableItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 253e52d..dcfcd18 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -82,7 +82,8 @@ "Staff of the Volcano", "Taurus Helmet", "Slug Boots", - "Magma Rod" + "Magma Rod", + "Sword of Bad Health" ] }, "hide_player_trade": { -- cgit