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