Add Illusion end message

This commit is contained in:
Marty-D 2015-11-15 20:34:54 -05:00
parent 37d767e2c1
commit dec3e8305e

View File

@ -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!";