mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 02:32:21 +02:00
Update faint-phase.ts
This commit is contained in:
parent
51e1ae150f
commit
705a951347
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user