From 51e1ae150fbbb378fc93e24f56503ecba8584493 Mon Sep 17 00:00:00 2001 From: geeil-han Date: Tue, 28 Jan 2025 13:57:04 +0100 Subject: [PATCH] changed documentation since Battle.playerFaints is not used in supreme overlord --- 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 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 });