From 38f72e98a01a6ade00c4e9eae45e7b57679184f2 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 28 Dec 2021 14:56:52 +0800 Subject: - add compact progress hud element - Fix better skyblock menu clicks blocking selling pets to george --- features/betterGuis/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'features/betterGuis') 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" ] -- cgit