diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-28 14:56:52 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-28 14:56:52 +0800 |
commit | 38f72e98a01a6ade00c4e9eae45e7b57679184f2 (patch) | |
tree | 22259e5980af8a0244a764b78b15c8710005f066 /features/betterGuis | |
parent | 67fe4fbbbee6d2042f67e5f56de5ff8be51f5c76 (diff) | |
download | SoopyV2-38f72e98a01a6ade00c4e9eae45e7b57679184f2.tar.gz SoopyV2-38f72e98a01a6ade00c4e9eae45e7b57679184f2.tar.bz2 SoopyV2-38f72e98a01a6ade00c4e9eae45e7b57679184f2.zip |
- add compact progress hud element
- Fix better skyblock menu clicks blocking selling pets to george
Diffstat (limited to 'features/betterGuis')
-rw-r--r-- | features/betterGuis/index.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/features/betterGuis/index.js b/features/betterGuis/index.js index e9b7e8a..1f76310 100644 --- a/features/betterGuis/index.js +++ b/features/betterGuis/index.js @@ -65,7 +65,8 @@ class BetterGuis extends Feature { "Bank Withdrawal", "Personal Bank Account", "Bazaar Orders", - "Co-op Bazaar Orders" + "Co-op Bazaar Orders", + "Pets" ] this.middleClickStartsWith = [ "Bestiary", @@ -89,7 +90,7 @@ class BetterGuis extends Feature { this.middleClickEndsWith = [ "Recipe", "Recipes", - "Pets", + ") Pets", "Collection", "Active Effects" ] |