Update doc comment for move-phase's end method

This commit is contained in:
Sirz Benjie 2025-02-07 01:20:35 -06:00
parent 27cf3d9a41
commit 676222744c
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -465,8 +465,7 @@ export class MovePhase extends BattlePhase {
}
/**
* Queues a {@linkcode MoveEndPhase} if the move wasn't a {@linkcode followUp} and {@linkcode canMove()} returns `true`,
* then ends the phase.
* Queues a {@linkcode MoveEndPhase} and then ends the phase
*/
public end(): void {
globalScene.unshiftPhase(new MoveEndPhase(this.pokemon.getBattlerIndex(), this.followUp));