aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:23:50 -0400
committerGitHub <noreply@github.com>2023-03-15 12:23:50 -0400
commitd0d26bc12e13009e92be7f48343666aade74b68b (patch)
tree25c0baffa8e0970cedb86584e58d17e19ff69b3b /src/main/java
parent9231aa849951a690beb28241bf32f56520dcc914 (diff)
downloadskyhanni-d0d26bc12e13009e92be7f48343666aade74b68b.tar.gz
skyhanni-d0d26bc12e13009e92be7f48343666aade74b68b.tar.bz2
skyhanni-d0d26bc12e13009e92be7f48343666aade74b68b.zip
Clarity, Consistency, Conciseness
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java
index 074d4e0f7..eca3ac493 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java
@@ -7,7 +7,7 @@ import com.google.gson.annotations.Expose;
public class Dungeon {
@Expose
- @ConfigOption(name = "Clicked Blocks", desc = "Highlight the following blocks when clicked in dungeon: Lever, Chest, Wither Essence.")
+ @ConfigOption(name = "Clicked Blocks", desc = "Highlight levers, chests, and wither essence when clicked in dungeons.")
@ConfigEditorBoolean
public boolean highlightClickedBlocks = false;
@@ -62,7 +62,7 @@ public class Dungeon {
public boolean cleanEndF3IgnoreGuardians = false;
@Expose
- @ConfigOption(name = "Boss Damage Splash", desc = "Hiding damage splashes while inside the boss room. (fixing Skytils feature)")
+ @ConfigOption(name = "Boss Damage Splash", desc = "Hiding damage splashes while inside the boss room. (fixing Skytils feature).")
@ConfigEditorBoolean
public boolean damageSplashBoss = false;
@@ -106,7 +106,7 @@ public class Dungeon {
public boolean hideJournalEntry = false;
@Expose
- @ConfigOption(name = "Hide Skeleton Skull", desc = "Hide skeleton skulls laying around in dungeon.")
+ @ConfigOption(name = "Hide Skeleton Skull", desc = "Hide Skeleton Skulls laying around in dungeon.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 3)
public boolean hideSkeletonSkull = true;
@@ -160,14 +160,14 @@ public class Dungeon {
public boolean partyFinderColoredClassLevel = true;
@Expose
- @ConfigOption(name = "Moving Skeleton Skulls", desc = "Highlight Skeleton Skulls when combining into a " +
- "Skeletor in orange color (not useful combined with feature Hide Skeleton Skull)")
+ @ConfigOption(name = "Moving Skeleton Skulls", desc = "Highlight Skeleton Skulls when combining into an " +
+ "orange Skeletor (not useful combined with feature Hide Skeleton Skull).")
@ConfigEditorBoolean
public boolean highlightSkeletonSkull = true;
@Expose
@ConfigOption(name = "Croesus Unopened Chest Tracker", desc = "Adds a visual highlight to the Croesus inventory that " +
- "shows what chests have not yet been opened.")
+ "shows unopened chests.")
@ConfigEditorBoolean
public boolean croesusUnopenedChestTracker = true;
-} \ No newline at end of file
+}