mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Ran biome
This commit is contained in:
parent
93740ae3a2
commit
bc337f022d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user