From 682e33e0e1f28e89e6a68dba19c32d2325f5c026 Mon Sep 17 00:00:00 2001 From: PrabbyDD Date: Fri, 18 Oct 2024 14:02:09 -0700 Subject: [PATCH] dont think need to reset turn data there --- src/phases/faint-phase.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phases/faint-phase.ts b/src/phases/faint-phase.ts index 94f807b9481..fa8c7c3e445 100644 --- a/src/phases/faint-phase.ts +++ b/src/phases/faint-phase.ts @@ -50,7 +50,6 @@ export class FaintPhase extends PokemonPhase { if (pokemon.isPlayer()) { this.scene.currentBattle.addParticipant(pokemon as PlayerPokemon); } - pokemon.resetTurnData(); } });