diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-31 14:13:58 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-31 14:13:58 +0100 |
| commit | 624bad4f41f62e58b3c3922eddf54944181d4b6e (patch) | |
| tree | 2216b4fdd4c80c0b5f242bf48c8959884e7d99c5 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
| parent | 7b1fe6cb0cb2a92e4ea7e6c8126768867c289f3b (diff) | |
| download | SkyHanni-624bad4f41f62e58b3c3922eddf54944181d4b6e.tar.gz SkyHanni-624bad4f41f62e58b3c3922eddf54944181d4b6e.tar.bz2 SkyHanni-624bad4f41f62e58b3c3922eddf54944181d4b6e.zip | |
Hide particles and damage splashes during terracotta phase in dungeon F6/M6.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index eb269da5b..8e10ad1aa 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -106,6 +106,7 @@ import at.hannibal2.skyhanni.features.dungeon.DungeonMilestonesDisplay import at.hannibal2.skyhanni.features.dungeon.DungeonRankTabListColor import at.hannibal2.skyhanni.features.dungeon.DungeonTeammateOutlines import at.hannibal2.skyhanni.features.dungeon.HighlightDungeonDeathmite +import at.hannibal2.skyhanni.features.dungeon.TerracottaPhase import at.hannibal2.skyhanni.features.event.UniqueGiftingOpportunitiesFeatures import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper import at.hannibal2.skyhanni.features.event.diana.DianaProfitTracker @@ -695,6 +696,7 @@ class SkyHanniMod { loadModule(GlowingDroppedItems()) loadModule(DungeonTeammateOutlines()) loadModule(DungeonRankTabListColor()) + loadModule(TerracottaPhase()) loadModule(VolcanoExplosivityDisplay()) loadModule(PlayerChatSymbols()) loadModule(FixNEUHeavyPearls()) |
