aboutsummaryrefslogtreecommitdiff
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
commite8a251b08ed6eb0dcb4be23a6cc84703bc8ffb6e (patch)
tree25c0baffa8e0970cedb86584e58d17e19ff69b3b
parent817ab088b8ad0977a1235137e2eb5aa18b58e4a1 (diff)
downloadSkyHanni-e8a251b08ed6eb0dcb4be23a6cc84703bc8ffb6e.tar.gz
SkyHanni-e8a251b08ed6eb0dcb4be23a6cc84703bc8ffb6e.tar.bz2
SkyHanni-e8a251b08ed6eb0dcb4be23a6cc84703bc8ffb6e.zip
Clarity, Consistency, Conciseness
-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
+}