mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-24 22:37:33 -04:00
Re-comment move animation test in run command
This commit is contained in:
parent
1574d16275
commit
54f94dbe38
1 changed files with 2 additions and 2 deletions
|
@ -486,8 +486,8 @@ export class CommandPhase extends BattlePhase {
|
||||||
success = true;
|
success = true;
|
||||||
break;
|
break;
|
||||||
case Command.RUN:
|
case Command.RUN:
|
||||||
this.scene.unshiftPhase(new MoveAnimTestPhase(this.scene, [ Moves.TELEPORT ]));
|
//this.scene.unshiftPhase(new MoveAnimTestPhase(this.scene, [ Moves.TELEPORT ]));
|
||||||
success = true;
|
//success = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue