diff --git a/src/data/abilities/ability.ts b/src/data/abilities/ability.ts index 2f57df4a551..fce5a6f71f5 100644 --- a/src/data/abilities/ability.ts +++ b/src/data/abilities/ability.ts @@ -6309,6 +6309,9 @@ class ForceSwitchOutHelper { if (globalScene.currentBattle.double && !isNullOrUndefined(allyPokemon)) { globalScene.redirectPokemonMoves(switchOutTarget, allyPokemon); } + else{ + globalScene.phaseManager.pushNew("BattleEndPhase", true); + } } if (!allyPokemon?.isActive(true)) {