mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-11 06:04:23 -05:00
Add Electrify and Ion Deluge messages
This commit is contained in:
parent
9b0e40a0aa
commit
c81bb0e5ab
|
|
@ -3978,6 +3978,9 @@ function Battle(frame, logFrame, noPreload) {
|
|||
case 'matblock':
|
||||
actions += '' + poke.getName() + ' intends to flip up a mat and block incoming attacks!';
|
||||
break;
|
||||
case 'electrify':
|
||||
actions += '' + poke.getName() + '\'s moves have been electrified!';
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case '-singlemove':
|
||||
|
|
@ -4364,6 +4367,9 @@ function Battle(frame, logFrame, noPreload) {
|
|||
case 'payday':
|
||||
actions += 'Coins were scattered everywhere!';
|
||||
break;
|
||||
case 'iondeluge':
|
||||
actions += 'A deluge of ions showers the battlefield!';
|
||||
break;
|
||||
default:
|
||||
actions += ''+effect.name+' hit!';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user