mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-24 14:27:37 -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;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue