mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
dont think need to reset turn data there
This commit is contained in:
parent
141bffe4c3
commit
682e33e0e1
@ -50,7 +50,6 @@ export class FaintPhase extends PokemonPhase {
|
||||
if (pokemon.isPlayer()) {
|
||||
this.scene.currentBattle.addParticipant(pokemon as PlayerPokemon);
|
||||
}
|
||||
pokemon.resetTurnData();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user