From bbbd180b9895169a8d80e3140b00ee766d772e9f Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 7 Aug 2014 01:26:28 +0200 Subject: [PATCH] revert to mob.chicken.plop, lavapop can be overheard easiliy --- mentio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):