mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +02:00
fix tsdocs
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
d57c800a88
commit
c6e758ee78
@ -4847,8 +4847,8 @@ class ForceSwitchOutHelper {
|
||||
/**
|
||||
* Returns a message if the switch-out attempt fails due to ability effects.
|
||||
*
|
||||
* @param {Pokemon} target The target Pokémon.
|
||||
* @returns {string | null} The failure message, or null if no failure.
|
||||
* @param target The target Pokémon.
|
||||
* @returns The failure message, or `null` if no failure.
|
||||
*/
|
||||
getFailedText(target: Pokemon): string | null {
|
||||
const blockedByAbility = new Utils.BooleanHolder(false);
|
||||
|
Loading…
Reference in New Issue
Block a user