mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-11 09:59:28 +02:00
Compare commits
3 Commits
03015748f8
...
843dacce6a
Author | SHA1 | Date | |
---|---|---|---|
|
843dacce6a | ||
|
d34dcf7bea | ||
|
db9e65b8a8 |
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user