mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Fix typo in Stored Power
This commit is contained in:
parent
857f6165cb
commit
b7c8d90fdc
|
|
@ -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]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user