From 5b51e17222e6e6fe55206c6d20ad2cd4adff1f69 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Mon, 15 Aug 2022 21:26:52 +0200 Subject: add tarantula slayer --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 0f9d735a6..6614c6f6c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -47,10 +47,10 @@ public class Misc { "\u00a7bEndstone Protector (not tested)", "\u00a7bEnder Dragon (not finished)", "\u00a7bRevenant Horror", - "\u00a7bSpider Slayer (not implemented)", + "\u00a7bTarantula Broodfather", "\u00a7bWolf Slayer (not implemented)", "\u00a7bVoidgloom Seraph", - "\u00a7bBlaze Slayer (only tier 1 yet)", + "\u00a7bInferno Demonlord (only tier 1 yet)", "\u00a7bHeadless Horseman (bugged)", "\u00a7bDungeon Floor 1", "\u00a7bDungeon Floor 2", @@ -63,7 +63,7 @@ public class Misc { ) @ConfigAccordionId(id = 1) //TODO only show currently working and tested features - public List damageIndicatorBossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 8, 9)); + public List damageIndicatorBossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 8, 9)); @Expose -- cgit