Merge pull request #96 from V4Victini/patch-16

Add Electrify and Ion Deluge messages
This commit is contained in:
Guangcong Luo 2013-12-14 09:32:49 -08:00
commit eaee0de3cf

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;