diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-07 01:34:47 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-07 01:34:47 +0100 |
commit | 1db51193a1a1475ef2b0b2949d224e38ed06962c (patch) | |
tree | fcab4006925ee9e7133c0262d26a2135c03fb4d8 | |
parent | abd2c854bf10206b2e718364430281be6b7fefdd (diff) | |
download | skyhanni-1db51193a1a1475ef2b0b2949d224e38ed06962c.tar.gz skyhanni-1db51193a1a1475ef2b0b2949d224e38ed06962c.tar.bz2 skyhanni-1db51193a1a1475ef2b0b2949d224e38ed06962c.zip |
changed color for CroesusUnopenedChestTracker
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/dungeon/CroesusUnopenedChestTracker.kt | 2 |
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 } } } |