diff --git a/battle-engine.js b/battle-engine.js index 5e3aa84866..738cd758fe 100644 --- a/battle-engine.js +++ b/battle-engine.js @@ -2934,6 +2934,9 @@ Battle = (function () { boost[i] = -boost[i]; } switch (effect.id) { + case 'bellydrum': + // No message + break; case 'intimidate': case 'gooey': this.add(msg, target, i, boost[i]); break;