mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
make switchOutLogic public
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
596a8b88a5
commit
6ef3003528
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user