diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 13:25:18 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 13:25:18 +0200 |
| commit | 450a0a003d687ae16448734ebef25acfb17cdde4 (patch) | |
| tree | 352f4e8965e6ae0da3596efcdc57f73b8461d495 /src/main/java/at/hannibal2/skyhanni/features/dungeon | |
| parent | 0b8066fcd9c3318723a29ffadeb7e2fbfeb0250e (diff) | |
| download | skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.gz skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.bz2 skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.zip | |
Fixed irrelevant spelling stuff
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonBossMessages.kt | 2 | ||||
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonBossMessages.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonBossMessages.kt index 2cd540ea1..60fd79f6d 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonBossMessages.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonBossMessages.kt @@ -45,7 +45,7 @@ class DungeonBossMessages { } } - //M7 - Dragons + //M7 – Dragons message == "§cThe Crystal withers your soul as you hold it in your hands!" -> return true message == "§cIt doesn't seem like that is supposed to go there." -> return true } diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt index a4bce1680..9dca6d59b 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt @@ -148,7 +148,6 @@ class DungeonChatFilter { message == "§4[STATUE] Oruo the Omniscient§r§f: §r§fProve your knowledge by answering 3 questions and I shall reward you in ways that transcend time!" -> true message == "§4[STATUE] Oruo the Omniscient§r§f: §r§fAnswer incorrectly, and your moment of ineptitude will live on for generations." -> true -// message == "§4[STATUE] Oruo the Omniscient§r§f: §r§f2 questions §r§fleft...and§r§f you will have proven your worth to me!" -> true message == "§4[STATUE] Oruo the Omniscient§r§f: §r§f2 questions left... Then you will have proven your worth to me!" -> true message == "§4[STATUE] Oruo the Omniscient§r§f: §r§fOne more question!" -> true |
