diff --git a/src/phases/faint-phase.ts b/src/phases/faint-phase.ts index 7bf3bc81930..1a504968eab 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 supreme overlord/last respects + // Track total times pokemon have been KO'd for last respect if (pokemon.isPlayer()) { globalScene.currentBattle.playerFaints += 1; globalScene.currentBattle.playerFaintsHistory.push({ pokemon: pokemon, turn: globalScene.currentBattle.turn });