mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-27 19:23:11 -05:00
Add Rage Powder message
This commit is contained in:
parent
a2c160c220
commit
793b01912d
|
|
@ -3840,6 +3840,9 @@ function Battle(frame, logFrame, noPreload) {
|
|||
case 'mimic':
|
||||
actions += '' + poke.getName() + ' learned ' + Tools.escapeHTML(args[3]) + '!';
|
||||
break;
|
||||
case 'ragepowder':
|
||||
actions += '' + poke.getName() + ' became the center of attention!';
|
||||
break;
|
||||
case 'powder':
|
||||
actions += '' + poke.getName() + ' is covered in powder!';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user