diff options
Diffstat (limited to 'constants/HideNotClickableItems.json')
-rw-r--r-- | constants/HideNotClickableItems.json | 21 |
1 files 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 |