From bc337f022d8b1c67568633576e647aa447f1210a Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Mon, 16 Jun 2025 12:07:46 -0400 Subject: [PATCH] Ran biome --- src/phases/turn-start-phase.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/phases/turn-start-phase.ts b/src/phases/turn-start-phase.ts index 281100660d4..29fc962ae74 100644 --- a/src/phases/turn-start-phase.ts +++ b/src/phases/turn-start-phase.ts @@ -158,9 +158,9 @@ export class TurnStartPhase extends FieldPhase { return; } - // TODO: Remove `turnData.order` - + // TODO: Remove `turnData.order` - // it is used exclusively for Fusion Flare/Bolt - // and uses a really jank implementation + // and uses a really jank implementation if (turnCommand.command === Command.FIGHT) { pokemon.turnData.order = index; }