From 26c4f0d5593ad29fdf1eb3286040587130112a89 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 15 Jul 2022 22:24:33 +0200 Subject: add hide player trade to repo --- constants/HideNotClickableItems.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 70a2c6e..c760346 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -33,7 +33,7 @@ ], "startsWith": [], "endsWith": [ - " New Year Cake Bag" + "New Year Cake Bag" ] }, "salvage": { @@ -67,9 +67,26 @@ "Staff of the Volcano" ] }, + "hide_player_trade": { + "equals": [ + "Builder's Wand" + ], + "startsWith": [], + "endsWith": [ + "Day Crystal", + "Night Crystal", + "Cat Talisman", + "Lynx Talisman", + "Cheetah Talisman" + ], + "contains": [ + "Personal Deletor " + ] + }, "demo": { "equals": [], "startsWith": [], - "endsWith": [] + "endsWith": [], + "contains": [] } } \ No newline at end of file -- cgit