This commit is contained in:
The Immortal 2013-01-29 00:04:35 +04:00
parent c4f29f6499
commit 27d4a21d48

View File

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