mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +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
|
||||
*/
|
||||
|
||||
switchOutLogic(pokemon: Pokemon): boolean {
|
||||
public switchOutLogic(pokemon: Pokemon): boolean {
|
||||
const switchOutTarget = pokemon;
|
||||
/**
|
||||
* If the switch-out target is a player-controlled Pokémon, the function checks:
|
||||
|
Loading…
Reference in New Issue
Block a user