Skip to content

Commit 9261b26

Browse files
authored
Update play.pokemonshowdown.com/src/battle.ts
1 parent cca4e80 commit 9261b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play.pokemonshowdown.com/src/battle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ export class Battle {
25602560
break;
25612561
case 'dynamax':
25622562
poke.addVolatile('dynamax' as ID, !!args[3]);
2563-
this.scene.animTransform(poke, true, undefined, true);
2563+
this.scene.animTransform(poke, true, false, true);
25642564
break;
25652565
case 'powertrick':
25662566
this.scene.resultAnim(poke, 'Power Trick', 'neutral');

0 commit comments

Comments
 (0)