Skip to content

Commit

Permalink
Remove duplicate Forewarn animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D committed Jan 30, 2016
1 parent 1357a1d commit 5ea194a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5083,8 +5083,6 @@ var Battle = (function () {
actions += '' + poke.getName() + '\'s Wonder Guard evades the attack!';
break;
case 'forewarn':
this.resultAnim(poke, 'Forewarn', 'ability');
this.message('', "<small>[" + poke.getName(true) + "'s Forewarn!]</small>");
if (this.gen >= 5) {
actions += "It was alerted to " + ofpoke.getLowerName() + "'s " + Tools.escapeHTML(args[3]) + "!";
ofpoke.markMove(args[3], 0);
Expand Down

0 comments on commit 5ea194a

Please sign in to comment.