Add Powder messages

This commit is contained in:
V4Victini 2013-11-16 02:19:16 -05:00
parent c59fdc50f2
commit a28573aa3b

View File

@ -3836,6 +3836,9 @@ function Battle(frame, logFrame, noPreload) {
case 'mimic':
actions += '' + poke.getName() + ' learned ' + Tools.escapeHTML(args[3]) + '!';
break;
case 'powder':
actions += '' + poke.getName() + ' is covered in powder!';
break;
default:
actions += "" + poke.getName() + "'s " + effect.name + " started!";
}
@ -4123,6 +4126,9 @@ function Battle(frame, logFrame, noPreload) {
case 'matblock':
actions += '' + Tools.escapeHTML(args[3]) + ' was blocked by the kicked-up mat!';
break;
case 'powder':
actions += '' + 'When the flame touched the powder on the Pokémon, it exploded!';
break;
// ability activations
case 'sturdy':