From 82723902bcf8cfdfa8664819c13e101455f32bfc Mon Sep 17 00:00:00 2001 From: Empa <42304516+ItsEmpa@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:35:13 +0100 Subject: added spider tali, ice and yeti rod to salvageable items (#85) added spider tali, ice and yeti rod to salvageable items #85 --- constants/HideNotClickableItems.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index a68e5a8..474d2f9 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -155,7 +155,10 @@ "Arachne's Helmet", "Arachne's Leggings", "Arachne's Necklace", - "Arack" + "Arack", + "Spider Talisman", + "Ice Rod", + "Yeti Rod" ] } } -- cgit