Fix build errors

This commit is contained in:
Guangcong Luo
2016-11-04 06:18:22 -04:00
parent 0529b95ffe
commit 7104f3617d
2 changed files with 2 additions and 2 deletions

View File

@@ -25465,7 +25465,7 @@ var BattleMoveAnims = {
time: 250
}, 'accel');
attacker.delay(1300);
attacker.anim({
attacker.anim({
x: attacker.x,
y: attacker.y,
z: attacker.z,

View File

@@ -4660,7 +4660,7 @@ var Battle = (function () {
actions += "" + poke.getName() + " transformed into the " + args[3] + " type!";
}
this.resultAnim(poke, args[3].split('/').map(function (type) {
return '<img src="' + Tools.resourcePrefix + 'sprites/types/' + type + '.png" alt="' + type + '" />'
return '<img src="' + Tools.resourcePrefix + 'sprites/types/' + type + '.png" alt="' + type + '" />';
}).join(' '), 'neutral');
break;
case 'typeadd':