summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-26 08:23:45 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-26 08:23:45 +0200
commit04b753d7ffe03e7418a4f657ab8affe53b940d0e (patch)
tree0d60a7e042edce59cc86e76d564e39075e9ac6ae /src/main/java/at/hannibal2/skyhanni/config/features
parent02910648df3f49abeef2b71aa688415a807ea964 (diff)
downloadskyhanni-04b753d7ffe03e7418a4f657ab8affe53b940d0e.tar.gz
skyhanni-04b753d7ffe03e7418a4f657ab8affe53b940d0e.tar.bz2
skyhanni-04b753d7ffe03e7418a4f657ab8affe53b940d0e.zip
Changed the option in pet experience tooltip to show progress to level 100 for golden dragon eggs (can be disabled)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index f2176badc..10bae9f74 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -45,9 +45,9 @@ public class MiscConfig {
public boolean showAlways = false;
@Expose
- @ConfigOption(name = "GDrag 200", desc = "Show for Golden Dragon the exp needed for level 200.")
+ @ConfigOption(name = "Dragon Egg", desc = "For an Golden Dragon Egg, show progress to level 100 instead of 200.")
@ConfigEditorBoolean
- public boolean goldenDragon200 = true;
+ public boolean showGoldenDragonEgg = true;
}