mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Include use case for Belly Drum in Battle#boost
This commit is contained in:
parent
242fc01e9b
commit
db2aed22c3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user