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…
Reference in New Issue