mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-10 21:08:54 -05:00
Fix build errors
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user