summaryrefslogtreecommitdiff
path: root/mentio.py
diff options
context:
space:
mode:
Diffstat (limited to 'mentio.py')
-rw-r--r--mentio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mentio.py b/mentio.py
index 390fdd2..89c5f10 100644
--- a/mentio.py
+++ b/mentio.py
@@ -54,7 +54,7 @@ def onChat(event):
pass
message = " ".join([sender.getDisplayName(), arrow] + rec_words)
msg(recipient, message, usecolor = False)
- recipient.playSound(recipient.getLocation(), "liquid.lavapop", 1, 2)
+ recipient.playSound(recipient.getLocation(), "mob.chicken.plop", 1, 2)
def get_keywords(player):