dont think need to reset turn data there

This commit is contained in:
PrabbyDD 2024-10-18 14:02:09 -07:00
parent 141bffe4c3
commit 682e33e0e1

View File

@ -50,7 +50,6 @@ export class FaintPhase extends PokemonPhase {
if (pokemon.isPlayer()) {
this.scene.currentBattle.addParticipant(pokemon as PlayerPokemon);
}
pokemon.resetTurnData();
}
});