aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-15 21:26:52 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-15 21:26:52 +0200
commit5b51e17222e6e6fe55206c6d20ad2cd4adff1f69 (patch)
treefe96c516b86717a89245a5775b6ca1416d1cfb45 /src/main/java/at/hannibal2/skyhanni/config
parent36e434d6e117d1606cebfe88717b68f7476b5a02 (diff)
downloadskyhanni-5b51e17222e6e6fe55206c6d20ad2cd4adff1f69.tar.gz
skyhanni-5b51e17222e6e6fe55206c6d20ad2cd4adff1f69.tar.bz2
skyhanni-5b51e17222e6e6fe55206c6d20ad2cd4adff1f69.zip
add tarantula slayer
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java6
1 files changed, 3 insertions, 3 deletions
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<Integer> damageIndicatorBossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 8, 9));
+ public List<Integer> damageIndicatorBossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 8, 9));
@Expose