mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-13 14:29:25 -05:00
Fix stat copying (#1172)
This commit is contained in:
@@ -1560,6 +1560,7 @@ class Battle {
|
||||
poke.boosts[stat] = frompoke.boosts[stat];
|
||||
if (!poke.boosts[stat]) delete poke.boosts[stat];
|
||||
}
|
||||
this.scene.resultAnim(poke, 'Stats copied', 'neutral');
|
||||
|
||||
this.log(args, kwArgs);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user