mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
Re-comment move animation test in run command
This commit is contained in:
parent
1574d16275
commit
54f94dbe38
@ -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…
Reference in New Issue
Block a user