aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/dungeon
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
commit1db51193a1a1475ef2b0b2949d224e38ed06962c (patch)
treefcab4006925ee9e7133c0262d26a2135c03fb4d8 /src/main/java/at/hannibal2/skyhanni/features/dungeon
parentabd2c854bf10206b2e718364430281be6b7fefdd (diff)
downloadskyhanni-1db51193a1a1475ef2b0b2949d224e38ed06962c.tar.gz
skyhanni-1db51193a1a1475ef2b0b2949d224e38ed06962c.tar.bz2
skyhanni-1db51193a1a1475ef2b0b2949d224e38ed06962c.zip
changed color for CroesusUnopenedChestTracker
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon')
-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
}
}
}