diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-17 17:19:21 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-17 17:19:21 +0200 |
commit | d690012793ff683a54edbc857b37dae7f657ef6a (patch) | |
tree | a6761c748da79210de58ae281cfc2d3b261aca2f /src/main/java/at/hannibal2/skyhanni/config | |
parent | a403ad6d485d55e10da244e3ac824fc311f103cc (diff) | |
download | skyhanni-d690012793ff683a54edbc857b37dae7f657ef6a.tar.gz skyhanni-d690012793ff683a54edbc857b37dae7f657ef6a.tar.bz2 skyhanni-d690012793ff683a54edbc857b37dae7f657ef6a.zip |
Added click support for the missing visitor items display while inside signs (fill the item amount into the bazaar)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 1f5b2a90b..0f6be8749 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -81,6 +81,13 @@ public class Garden { public boolean visitorNeedsOnlyWhenClose = false; @Expose + @ConfigOption(name = "Bazaar Alley", desc = "Show the Visitor Items List while inside the Bazaar Alley in the Hub. " + + "This helps buying the correct amount when not having a booster cookie buff active.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 3) + public boolean visitorNeedsInBazaarAlley = true; + + @Expose @ConfigOption(name = "Show Price", desc = "Show the coin price in the items needed list.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) |