mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
remove extra comment
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
1ef4329def
commit
eb951f2508
@ -4752,7 +4752,6 @@ class ForceSwitchOutHelper {
|
|||||||
|
|
||||||
switchOutLogic(pokemon: Pokemon): boolean {
|
switchOutLogic(pokemon: Pokemon): boolean {
|
||||||
const switchOutTarget = pokemon;
|
const switchOutTarget = pokemon;
|
||||||
// If the target is a Player Pokémon
|
|
||||||
/**
|
/**
|
||||||
* If the switch-out target is a player-controlled Pokémon, the function checks:
|
* If the switch-out target is a player-controlled Pokémon, the function checks:
|
||||||
* - Whether there are available party members to switch in.
|
* - Whether there are available party members to switch in.
|
||||||
|
Loading…
Reference in New Issue
Block a user