From 27d4a21d48223ee0f89a408ec89ea3e85e29ff3b Mon Sep 17 00:00:00 2001 From: The Immortal Date: Tue, 29 Jan 2013 00:04:35 +0400 Subject: [PATCH] Typo --- js/battle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/battle.js b/js/battle.js index 3e139854e..51f6b1e1d 100644 --- a/js/battle.js +++ b/js/battle.js @@ -3598,7 +3598,7 @@ function Battle(frame, logFrame, noPreload) { actions += "" + poke.getName() + " fell for the feint!"; break; case 'spite': - actions += "It reduced the PP of " poke.getLowerName() + "'s " + Tools.getMove(args[3]).name + " by " + args[4] + "!"; + actions += "It reduced the PP of " + poke.getLowerName() + "'s " + Tools.getMove(args[3]).name + " by " + args[4] + "!"; break; case 'gravity': actions += "" + poke.getName() + " couldn't stay airborne because of gravity!";