Skip to content

Commit

Permalink
Update play.pokemonshowdown.com/src/battle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Feb 26, 2024
1 parent cca4e80 commit 9261b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/src/battle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ export class Battle {
break;
case 'dynamax':
poke.addVolatile('dynamax' as ID, !!args[3]);
this.scene.animTransform(poke, true, undefined, true);
this.scene.animTransform(poke, true, false, true);
break;
case 'powertrick':
this.scene.resultAnim(poke, 'Power Trick', 'neutral');
Expand Down

0 comments on commit 9261b26

Please sign in to comment.