aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt
index d10122334..701ef74ee 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt
@@ -71,7 +71,7 @@ class DungeonCleanEnd {
if (lastBossId == -1) return
if (event.entity.entityId != lastBossId) return
- if (event.health <= 0) {
+ if (event.health <= 0.5) {
val dungeonFloor = DungeonAPI.dungeonFloor
LorenzUtils.chat("§eFloor $dungeonFloor done!")
bossDone = true
@@ -121,4 +121,4 @@ class DungeonCleanEnd {
event.move(3, "dungeon.cleanEndF3IgnoreGuardians", "dungeon.cleanEnd.F3IgnoreGuardians")
}
-} \ No newline at end of file
+}