mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Removed comment
This commit is contained in:
parent
31b5f28d3d
commit
a950baf4ee
@ -2335,7 +2335,6 @@ export class MovePhase extends BattlePhase {
|
|||||||
return this.end();
|
return this.end();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display move text as long as it wasn't cancelled
|
|
||||||
if (this.move.moveId && !this.cancelled)
|
if (this.move.moveId && !this.cancelled)
|
||||||
this.showMoveText();
|
this.showMoveText();
|
||||||
if (this.failed)
|
if (this.failed)
|
||||||
|
Loading…
Reference in New Issue
Block a user