diff options
author | Alexia <me@alexia.lol> | 2024-03-08 09:02:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 09:02:35 +0100 |
commit | 468e8fb143c6d32e1a0570f6c3476ddb8bc15e21 (patch) | |
tree | e5afd61777f9aa5a06457dbdefeec85a9b396d19 | |
parent | 3533346b821c0e3dd85f3f41da3c085dae0aad13 (diff) | |
download | SkyHanni-REPO-468e8fb143c6d32e1a0570f6c3476ddb8bc15e21.tar.gz SkyHanni-REPO-468e8fb143c6d32e1a0570f6c3476ddb8bc15e21.tar.bz2 SkyHanni-REPO-468e8fb143c6d32e1a0570f6c3476ddb8bc15e21.zip |
Add Battle Disc and Winter Disc to NPC sellable items (#130)
-rw-r--r-- | constants/HideNotClickableItems.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 0864524..890433a 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -15,6 +15,7 @@ "Ascension Rope", "Azure Bluet", "Bag of Gold", + "Battle Disc", "Birch Sapling", "Blaze Powder", "Bundle of Magma Arrows", @@ -65,6 +66,7 @@ "Tripwire Hook", "Twilight Arrow Poison", "White Wool", + "Winter Disc", "Wishing Compass", "Crown of Greed" ], |