mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-31 21:22:20 -05:00
Add Powder messages
This commit is contained in:
parent
c59fdc50f2
commit
a28573aa3b
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user