diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-29 22:57:58 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-29 22:57:58 +0100 |
commit | e0e741fe07839a242db254445cb27fac642b9d78 (patch) | |
tree | 3d73a2e0647b50323f979918aa7759c059d3be4c | |
parent | 71a172a439fcbc1e206a5502bb66919c8c158f00 (diff) | |
parent | 28330a0568943662aff726f6175798cc8708c2c5 (diff) | |
download | SkyHanni-REPO-e0e741fe07839a242db254445cb27fac642b9d78.tar.gz SkyHanni-REPO-e0e741fe07839a242db254445cb27fac642b9d78.tar.bz2 SkyHanni-REPO-e0e741fe07839a242db254445cb27fac642b9d78.zip |
Merge remote-tracking branch 'origin/main'
-rw-r--r-- | constants/HideNotClickableItems.json | 10 | ||||
-rw-r--r-- | constants/Warps.json | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 63a2ea4..030d1ae 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -88,9 +88,7 @@ "endsWith": [ "Cat Talisman", "Cheetah Talisman", - "Day Crystal", - "Lynx Talisman", - "Night Crystal" + "Lynx Talisman" ], "contains": [ "Personal Deletor " @@ -105,11 +103,9 @@ ], "startsWith": [], "endsWith": [ - "Day Crystal", "Cat Talisman", "Cheetah Talisman", - "Lynx Talisman", - "Night Crystal" + "Lynx Talisman" ], "contains": [ "Personal Deletor " @@ -161,4 +157,4 @@ "Arack" ] } -}
\ No newline at end of file +} diff --git a/constants/Warps.json b/constants/Warps.json index 2f790ab..47451a3 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -31,6 +31,7 @@ "hub", "island", "isle", + "jerry", "jungle", "kuudra", "mines", @@ -51,7 +52,9 @@ "trapper", "village", "void", + "winter", "wiz", - "wizard" + "wizard", + "workshop" ] }
\ No newline at end of file |