diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-12-30 00:48:09 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-12-30 00:48:09 +0100 |
| commit | ace804d85c79caaaf7d6ed9f6bd90466c947b6b2 (patch) | |
| tree | b0e170d824836072281526027bafdd46612dd710 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
| parent | e50d8d3b7d3f2682744b5b9ee98d248ea5f0ce5b (diff) | |
| download | SkyHanni-ace804d85c79caaaf7d6ed9f6bd90466c947b6b2.tar.gz SkyHanni-ace804d85c79caaaf7d6ed9f6bd90466c947b6b2.tar.bz2 SkyHanni-ace804d85c79caaaf7d6ed9f6bd90466c947b6b2.zip | |
Adds a visual highlight to the Croesus inventory that shows what chests have not yet been opened.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index 0af68df64..eccfc78c9 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -166,6 +166,7 @@ public class SkyHanniMod { registerEvent(new HighlightBonzoMasks()); registerEvent(new DungeonLevelColor()); registerEvent(new BazaarCancelledBuyOrderClipboard()); + registerEvent(new CroesusUnopenedChestTracker()); Commands.INSTANCE.init(); |
