mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-31 21:22:20 -05:00
Typo
This commit is contained in:
parent
c4f29f6499
commit
27d4a21d48
|
|
@ -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!";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user