Add Electrify and Ion Deluge messages

This commit is contained in:
V4Victini 2013-12-14 12:32:03 -05:00
parent 9b0e40a0aa
commit c81bb0e5ab

View File

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