aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/CroesusUnopenedChestTracker.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/CroesusUnopenedChestTracker.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/CroesusUnopenedChestTracker.kt
index ae5d5511d..8cda8aade 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/CroesusUnopenedChestTracker.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/CroesusUnopenedChestTracker.kt
@@ -30,7 +30,7 @@ class CroesusUnopenedChestTracker {
val lore = stack.getLore()
if (lore.any { it.contains("Click to view") }) {
if (!lore.any { it.contains("Chests have been opened!") }) {
- slot highlight LorenzColor.GREEN
+ slot highlight LorenzColor.DARK_PURPLE
}
}
}