diff options
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" ] |