mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-27 11:02:38 -05:00
Add Illusion end message
This commit is contained in:
parent
37d767e2c1
commit
dec3e8305e
|
|
@ -4643,6 +4643,10 @@ var Battle = (function () {
|
|||
case 'bide':
|
||||
actions += "" + poke.getName() + " unleashed its energy!";
|
||||
break;
|
||||
case 'illusion':
|
||||
this.resultAnim(poke, 'Illusion ended', 'bad', animDelay);
|
||||
actions += "" + poke.getName() + "'s illusion wore off!";
|
||||
break;
|
||||
case 'slowstart':
|
||||
this.resultAnim(poke, 'Slow Start ended', 'good', animDelay);
|
||||
actions += "" + poke.getName() + " finally got its act together!";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user