summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/dungeon
diff options
context:
space:
mode:
authorMikecraft1224 <85994411+Mikecraft1224@users.noreply.github.com>2024-05-26 13:30:19 +0200
committerGitHub <noreply@github.com>2024-05-26 13:30:19 +0200
commite78e440df6c071b2023c19ea311305e643378fb4 (patch)
tree5d532c49adb78bf165a64434ece1ae714dc580a8 /src/main/java/at/hannibal2/skyhanni/features/dungeon
parent80c414d629cba4029198dbafb23941109ad9511b (diff)
downloadskyhanni-e78e440df6c071b2023c19ea311305e643378fb4.tar.gz
skyhanni-e78e440df6c071b2023c19ea311305e643378fb4.tar.bz2
skyhanni-e78e440df6c071b2023c19ea311305e643378fb4.zip
Feature + Fix: Added new chat filters, Fixed: Healer Orb Pickup (#1750)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt3
1 files changed, 1 insertions, 2 deletions
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 495ff56a9..381e179db 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt
@@ -130,8 +130,7 @@ class DungeonChatFilter {
"§d(.*) the Fairy§r§f: You killed me! I'll revive you so that my death is not in vain!".toPattern(),
"§d(.*) the Fairy§r§f: You killed me! I'll revive your friend §r(.*) §r§fso that my death is not in vain!".toPattern(),
"§d(.*) the Fairy§r§f: Have a great life!".toPattern(),
- "§c(.*) §r§eYou picked up a Ability Damage Orb from (.*) §r§ehealing you for §r§c(.*) §r§eand granting you +§r§c(.*)% §r§eAbility Damage for §r§b10 §r§eseconds.".toPattern(),
- "§c(.*) §r§eYou picked up a Damage Orb from (.*) §r§ehealing you for §r§c(.*) §r§eand granting you +§r§c(.*)% §r§eDamage for §r§b10 §r§eseconds.".toPattern(),
+ "§c(.*) §r§eYou picked up a (.*) Orb from (.*) §r§ehealing you for §r§c(.*) §r§eand granting you +(.*)% §r§e(.*) for §r§b10 §r§eseconds.".toPattern(),
"(.*) §r§ehas obtained §r§a§r§9Premium Flesh§r§e!".toPattern(),
"§6§lRARE DROP! §r§9Beating Heart §r§b(.*)".toPattern(),
"(.*) §r§ehas obtained §r§a§r§9Beating Heart§r§e!".toPattern()