aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThatGuyWhomAsked <127056392+ThatGuyWhomAsked@users.noreply.github.com>2024-04-28 15:51:55 +0200
committerGitHub <noreply@github.com>2024-04-28 23:51:55 +1000
commit48f4e9818c5d8a5445b02384f49bbe5c82f8d16e (patch)
tree6820706d38a5babdc159797706500e6b1bc08878
parent6a6e17ee589ff9d0e5169fcfe4788c85f4a0529b (diff)
downloadskyhanni-48f4e9818c5d8a5445b02384f49bbe5c82f8d16e.tar.gz
skyhanni-48f4e9818c5d8a5445b02384f49bbe5c82f8d16e.tar.bz2
skyhanni-48f4e9818c5d8a5445b02384f49bbe5c82f8d16e.zip
Update ChocolateFactoryConfig.java with better description for new people using (#1580)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java
index 3aef75189..99d4b5862 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java
@@ -62,7 +62,7 @@ public class ChocolateFactoryConfig {
public boolean showStackSizes = true;
@Expose
- @ConfigOption(name = "Highlight Upgrades", desc = "Highlight any upgrades that you can afford.")
+ @ConfigOption(name = "Highlight Upgrades", desc = "Highlight any upgrades that you can afford. The upgrade with a star is the most optimal and the lightest colour of green is the most optimal you can afford.")
@ConfigEditorBoolean
public boolean highlightUpgrades = true;