mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +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.
|
* Returns a message if the switch-out attempt fails due to ability effects.
|
||||||
*
|
*
|
||||||
* @param {Pokemon} target The target Pokémon.
|
* @param target The target Pokémon.
|
||||||
* @returns {string | null} The failure message, or null if no failure.
|
* @returns The failure message, or `null` if no failure.
|
||||||
*/
|
*/
|
||||||
getFailedText(target: Pokemon): string | null {
|
getFailedText(target: Pokemon): string | null {
|
||||||
const blockedByAbility = new Utils.BooleanHolder(false);
|
const blockedByAbility = new Utils.BooleanHolder(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user