aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-25 19:33:36 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-25 19:33:36 +0100
commit298c9823542391d06f5cf133436e6e9e8302d215 (patch)
treead886f2d4a4a83ab2d260ed7184144c8c8c54381 /src/main/java/at/hannibal2/skyhanni/config
parent047cd9598a9241b94e17b36e00f02689a60c3d17 (diff)
downloadskyhanni-298c9823542391d06f5cf133436e6e9e8302d215.tar.gz
skyhanni-298c9823542391d06f5cf133436e6e9e8302d215.tar.bz2
skyhanni-298c9823542391d06f5cf133436e6e9e8302d215.zip
Added Pests to damage indicator.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/combat/damageindicator/DamageIndicatorConfig.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/combat/damageindicator/DamageIndicatorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/combat/damageindicator/DamageIndicatorConfig.java
index c77e5f3f0..36ba986e2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/combat/damageindicator/DamageIndicatorConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/combat/damageindicator/DamageIndicatorConfig.java
@@ -63,11 +63,12 @@ public class DamageIndicatorConfig {
"§bArachne",
"§bThe Rift Bosses",
"§bRiftstalker Bloodfiend",
- "§6Reindrake"
+ "§6Reindrake",
+ "§aGarden Pests"
}
)
//TODO only show currently working and tested features
- public List<Integer> bossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 7, 8, 9, 18, 19, 21, 22, 23, 24));
+ public List<Integer> bossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 7, 8, 9, 18, 19, 21, 22, 23, 24, 25));
@Expose
@ConfigOption(name = "Hide Damage Splash", desc = "Hiding damage splashes near the damage indicator.")