mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
remove comment
This commit is contained in:
parent
1edbc36b0f
commit
5218d88528
@ -4087,7 +4087,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
}
|
}
|
||||||
if (flee) {
|
if (flee) {
|
||||||
this.turnData.flee = true;
|
this.turnData.flee = true;
|
||||||
console.log("FLEE SET TO", this.turnData.flee);
|
|
||||||
}
|
}
|
||||||
this.scene.field.remove(this);
|
this.scene.field.remove(this);
|
||||||
this.setSwitchOutStatus(true);
|
this.setSwitchOutStatus(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user