Include use case for Belly Drum in Battle#boost

This commit is contained in:
Kevin Lau 2015-06-18 15:06:51 -07:00
parent 242fc01e9b
commit db2aed22c3

View File

@ -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;