Fix stat copying (#1172)

This commit is contained in:
urkerab
2018-11-21 21:37:30 +00:00
committed by Guangcong Luo
parent 3c26bf6dad
commit 09bb2852fa

View File

@@ -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;