From c3bc15a0a9427f725370f7d3894960e0a13f1367 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:33:24 -0400 Subject: [PATCH] Update src/phases/turn-start-phase.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- src/phases/turn-start-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/turn-start-phase.ts b/src/phases/turn-start-phase.ts index 4246a361739..7c569095b00 100644 --- a/src/phases/turn-start-phase.ts +++ b/src/phases/turn-start-phase.ts @@ -55,7 +55,7 @@ export class TurnStartPhase extends FieldPhase { /** * This takes the result of getSpeedOrder and applies priority / bypass speed attributes to it. * This also considers the priority levels of various commands and changes the result of `getSpeedOrder` based on such. - * @returns An array of {@linkcode BattlerIndex}es containing all on-field Pokemon sorted in action order. + * @returns The `BattlerIndex`es of all on-field Pokemon sorted in action order. */ getCommandOrder(): BattlerIndex[] { let moveOrder = this.getSpeedOrder();