make switchOutLogic public

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-01 10:28:41 -06:00 committed by GitHub
parent 596a8b88a5
commit 6ef3003528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4749,7 +4749,7 @@ class ForceSwitchOutHelper {
* @returns `true` if the switch is successful * @returns `true` if the switch is successful
*/ */
switchOutLogic(pokemon: Pokemon): boolean { public switchOutLogic(pokemon: Pokemon): boolean {
const switchOutTarget = pokemon; const switchOutTarget = pokemon;
/** /**
* 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: