From 1be7a716a424f25ab6472ca9aaeed2053231579b Mon Sep 17 00:00:00 2001 From: geeil-han Date: Wed, 29 Jan 2025 06:25:18 +0100 Subject: [PATCH] changed documentation --- 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 23827d18159..0a6da102f89 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 respects + // Track total times pokemon have been KO'd for last respects/supreme overlord if (pokemon.isPlayer()) { globalScene.currentBattle.playerFaints += 1; globalScene.currentBattle.playerFaintsHistory.push({ pokemon: pokemon, turn: globalScene.currentBattle.turn });