diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 15:56:48 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 15:56:48 +0200 |
commit | 9186bc695fafdfc8aad639d0ec400582ee5a66cb (patch) | |
tree | 034ecafff2f619fef37b10b2e94cfc15a27c134a /src/main/java | |
parent | e6f2e41c299572fc117919cb4d2f2df2a7d26b43 (diff) | |
download | skyhanni-9186bc695fafdfc8aad639d0ec400582ee5a66cb.tar.gz skyhanni-9186bc695fafdfc8aad639d0ec400582ee5a66cb.tar.bz2 skyhanni-9186bc695fafdfc8aad639d0ec400582ee5a66cb.zip |
added more slayer item drops
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt index 111f34b71..1c4f70a12 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -175,6 +175,7 @@ class ChatFilter { //Blaze if (message.matchRegex("§9§lVERY RARE DROP! §r§7\\(§r§f§r§fWisp's Ice-Flavored Water I Splash Potion§r§7\\) (.*)")) return true if (message.matchRegex("§b§lRARE DROP! §r§7\\(§r§f§r§5Bundle of Magma Arrows§r§7\\) (.*)")) return true + if (message.matchRegex("§9§lVERY RARE DROP! §r§7\\(§r§f§r§77x §r§f§r§9Gabagool Distillate§r§7\\) (.*)")) return true return false } |