Re-comment move animation test in run command

This commit is contained in:
Flashfyre 2023-04-18 12:32:37 -04:00
parent 1574d16275
commit 54f94dbe38
1 changed files with 2 additions and 2 deletions

View File

@ -486,8 +486,8 @@ export class CommandPhase extends BattlePhase {
success = true;
break;
case Command.RUN:
this.scene.unshiftPhase(new MoveAnimTestPhase(this.scene, [ Moves.TELEPORT ]));
success = true;
//this.scene.unshiftPhase(new MoveAnimTestPhase(this.scene, [ Moves.TELEPORT ]));
//success = true;
break;
}