mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-20 05:48:22 -05:00
Add After You and Quash messages.
This commit is contained in:
parent
676df137c5
commit
76ddd847cf
|
|
@ -3661,7 +3661,13 @@ function Battle(frame, logFrame, noPreload) {
|
|||
case 'sandtomb':
|
||||
actions += '' + poke.getName() + ' became trapped by Sand Tomb!';
|
||||
break;
|
||||
|
||||
case 'afteryou':
|
||||
actions += '' + poke.getName() + ' took the kind offer!';
|
||||
break;
|
||||
case 'quash':
|
||||
actions += "" + poke.getName() + "'s move was postponed!";
|
||||
break;
|
||||
|
||||
// ability activations
|
||||
case 'sturdy':
|
||||
actions += '' + poke.getName() + ' held on thanks to Sturdy!';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user