diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-27 01:55:21 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-27 01:55:21 +0100 |
commit | ba89091207331b588d727685ca3949fcb9063b07 (patch) | |
tree | 6375d96b73e5eb95e6ead22c0017495f5a1fd6ea /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 9bb15c6cb1003b40dda07f14bf3abbe50652cb1d (diff) | |
download | skyhanni-ba89091207331b588d727685ca3949fcb9063b07.tar.gz skyhanni-ba89091207331b588d727685ca3949fcb9063b07.tar.bz2 skyhanni-ba89091207331b588d727685ca3949fcb9063b07.zip |
Highlight new visitor NPCs.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 4 |
1 files changed, 2 insertions, 2 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 2343773de..94a3b38cb 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -84,10 +84,10 @@ public class Garden { public boolean visitorNotification = true; @Expose - @ConfigOption(name = "Highlight Ready", desc = "Highlight the visitor when the required items are in the inventory.") + @ConfigOption(name = "Highlight", desc = "Highlight visitor when the required items are in the inventory or the visitor is new and needs to checked what items it needs.") @ConfigEditorBoolean @ConfigAccordionId(id = 1) - public boolean visitorHighlightReady = true; + public boolean visitorHighlight = true; @Expose @ConfigOption(name = "Show Price", desc = "Show the bazaar price of the items required for the visitors.") |