Fix typo in Stored Power

This commit is contained in:
Marty-D 2015-09-27 16:47:39 -04:00
parent 857f6165cb
commit b7c8d90fdc

View File

@ -1338,7 +1338,7 @@
}
}
if (move.id === 'storedpower') {
var boosts = Object.keys(target.boosts);
var boosts = Object.keys(pokemon.boosts);
var multiply = 0;
for (var i = 0; i < boosts.length; i++) {
if (pokemon.boosts[boosts[i]] > 0) multiply += pokemon.boosts[boosts[i]];