mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
remove log statement
This commit is contained in:
parent
d8fe0b1c22
commit
75063482e1
@ -2059,7 +2059,6 @@ export class TurnStartPhase extends FieldPhase {
|
|||||||
const hasRunAway = playerPokemon.find(p => p.hasAbility(Abilities.RUN_AWAY));
|
const hasRunAway = playerPokemon.find(p => p.hasAbility(Abilities.RUN_AWAY));
|
||||||
runningPokemon = hasRunAway != undefined ? hasRunAway : fasterPokemon;
|
runningPokemon = hasRunAway != undefined ? hasRunAway : fasterPokemon;
|
||||||
}
|
}
|
||||||
console.log(runningPokemon.name)
|
|
||||||
this.scene.unshiftPhase(new AttemptRunPhase(this.scene, runningPokemon.getFieldIndex()));
|
this.scene.unshiftPhase(new AttemptRunPhase(this.scene, runningPokemon.getFieldIndex()));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user