aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-15 14:22:04 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-15 14:22:04 +0200
commit73fcbc6b6bfe9da5a8fd9ddb5c66d452c15e5cb0 (patch)
treee71a6377c202399dc9e4459081e06daec8893ef1 /src/main/java/at/hannibal2
parent2a904cc119c555d7721c4bc9959bf75fb4040a72 (diff)
downloadskyhanni-73fcbc6b6bfe9da5a8fd9ddb5c66d452c15e5cb0.tar.gz
skyhanni-73fcbc6b6bfe9da5a8fd9ddb5c66d452c15e5cb0.tar.bz2
skyhanni-73fcbc6b6bfe9da5a8fd9ddb5c66d452c15e5cb0.zip
added current state of implementation for bosses
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java14
1 files changed, 7 insertions, 7 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 05aa1b1f0..82b178051 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
@@ -44,14 +44,14 @@ public class Misc {
"\u00a7bDungeon All",
"\u00a7bNether Mini Bosses",
"\u00a7bVanquisher",
- "\u00a7bEndstone Protector",
- "\u00a7bEnder Dragon",
- "\u00a7bRevenant Horror",
- "\u00a7bSpider Slayer",
- "\u00a7bWolf Slayer",
+ "\u00a7bEndstone Protector (not tested)",
+ "\u00a7bEnder Dragon (not finished)",
+ "\u00a7bRevenant Horror (not finished)",
+ "\u00a7bSpider Slayer (not implemented)",
+ "\u00a7bWolf Slayer (not implemented)",
"\u00a7bVoidgloom Seraph",
- "\u00a7bBlaze Slayer",
- "\u00a7bHeadless Horseman"
+ "\u00a7bBlaze Slayer (not implemented)",
+ "\u00a7bHeadless Horseman (bugged)"
}
)
@ConfigAccordionId(id = 1)