Revert "Update Leppa Berry message to use getMove"

This reverts commit 05f0f65d67.
This commit is contained in:
Ivo Julca
2015-04-11 20:18:59 -05:00
parent 81c2e744c6
commit e83c68b548

View File

@@ -4727,7 +4727,7 @@ var Battle = (function () {
actions += '' + poke.getName() + '\'s ' + effect.name + ' let it move first!';
break;
case 'leppaberry':
actions += '' + poke.getName() + " restored PP to its " + Tools.getMove(args[3]).name + " move using Leppa Berry!";
actions += '' + poke.getName() + " restored PP to its " + Tools.escapeHTML(args[3]) + " move using Leppa Berry!";
break;
case 'focusband':
actions += '' + poke.getName() + " hung on using its Focus Band!";