Ran biome

This commit is contained in:
Bertie690 2025-06-16 12:07:46 -04:00
parent 93740ae3a2
commit bc337f022d

View File

@ -158,9 +158,9 @@ export class TurnStartPhase extends FieldPhase {
return; return;
} }
// TODO: Remove `turnData.order` - // TODO: Remove `turnData.order` -
// it is used exclusively for Fusion Flare/Bolt // 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) { if (turnCommand.command === Command.FIGHT) {
pokemon.turnData.order = index; pokemon.turnData.order = index;
} }