From 705a9513477a1702bd409f8f7628240662911c01 Mon Sep 17 00:00:00 2001 From: geeilhan <107366005+geeilhan@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:16:32 +0100 Subject: [PATCH] Update faint-phase.ts --- src/phases/faint-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/faint-phase.ts b/src/phases/faint-phase.ts index 1a504968eab..23827d18159 100644 --- a/src/phases/faint-phase.ts +++ b/src/phases/faint-phase.ts @@ -97,7 +97,7 @@ export class FaintPhase extends PokemonPhase { const pokemon = this.getPokemon(); - // Track total times pokemon have been KO'd for last respect + // Track total times pokemon have been KO'd for last respects if (pokemon.isPlayer()) { globalScene.currentBattle.playerFaints += 1; globalScene.currentBattle.playerFaintsHistory.push({ pokemon: pokemon, turn: globalScene.currentBattle.turn });