summaryrefslogtreecommitdiff
path: root/mentio.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-08-07 01:26:28 +0200
committerjomo <github@jomo.tv>2014-08-07 01:26:28 +0200
commit9aeea06ce935dd9521e0899bf2c9e60492fed9b1 (patch)
treec7022d3bc254e61751c6bb613f31835c79a6bded /mentio.py
parentba9f59c04192b3a952401799d6fab22397cc33ff (diff)
revert to mob.chicken.plop, lavapop can be overheard easiliy
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):