From e90656721074a86f0180fe28e21f69f50684bbf8 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:37:13 +0200 Subject: fix typo --- FEATURES.md | 2 +- src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index aca676001..0d71d7b4c 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -450,7 +450,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Highlight larvas on trees in Wyld Woods while holding a Larva Hook in the hand + Customize the color + **Odonatas Highlighter** - + Highlight the small Odonatas flying around the trees while holding a Empty Odonata Bottle in the hand. + + Highlight the small Odonatas flying around the trees while holding an Empty Odonata Bottle in the hand. + Customize the color + **Agaricus Cap** countdown + Counts down the time until Agaricus Cap (Mushroom) changes color from brown to red and is breakable. diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java index 6ac5f7452..1785518b0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -138,7 +138,7 @@ public class RiftConfig { public static class OdonataConfig { @Expose - @ConfigOption(name = "Highlight", desc = "Highlight the small §cOdonatas §7flying around the trees while holding a " + + @ConfigOption(name = "Highlight", desc = "Highlight the small §cOdonatas §7flying around the trees while holding an " + "§eEmpty Odonata Bottle §7in the hand.") @ConfigEditorBoolean @FeatureToggle -- cgit