aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-07 01:34:47 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-07 01:34:47 +0100
commit6ab6795eb479dfcae3e03b68ace173cf9db457fe (patch)
treefcab4006925ee9e7133c0262d26a2135c03fb4d8
parenta824460d13ef99f6fa51597de704893d1e55acc6 (diff)
downloadSkyHanni-6ab6795eb479dfcae3e03b68ace173cf9db457fe.tar.gz
SkyHanni-6ab6795eb479dfcae3e03b68ace173cf9db457fe.tar.bz2
SkyHanni-6ab6795eb479dfcae3e03b68ace173cf9db457fe.zip
changed color for CroesusUnopenedChestTracker
-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
}
}
}