diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 22:24:33 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-15 22:24:33 +0200 |
commit | 26c4f0d5593ad29fdf1eb3286040587130112a89 (patch) | |
tree | 6532a56c5f838301a804e1e756072dc44494e126 | |
parent | cbf8771d50a4815674d266d554dfbbf28196b172 (diff) | |
download | SkyHanni-REPO-26c4f0d5593ad29fdf1eb3286040587130112a89.tar.gz SkyHanni-REPO-26c4f0d5593ad29fdf1eb3286040587130112a89.tar.bz2 SkyHanni-REPO-26c4f0d5593ad29fdf1eb3286040587130112a89.zip |
add hide player trade to repo
-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 |