From 73fcbc6b6bfe9da5a8fd9ddb5c66d452c15e5cb0 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Mon, 15 Aug 2022 14:22:04 +0200 Subject: added current state of implementation for bosses --- .../java/at/hannibal2/skyhanni/config/features/Misc.java | 14 +++++++------- 1 file 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) -- cgit