docs: clarify canTerastallize

This commit is contained in:
Sirz Benjie 2025-09-22 20:03:40 -05:00
parent e9e827341e
commit b057314f90
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -162,7 +162,10 @@ export function canSpeciesTera(pokemon: Pokemon): boolean {
}
/**
* Same as {@linkcode canSpeciesTera}, but also checks that the player has not already used their tera in the arena
* Same as {@linkcode canSpeciesTera}, but also checks that the player has not already used their tera in the arena.
*
* @remarks
* This does not account for tera commands that may be pending, so this should not be used during command selection!
* @param pokemon - The Pokémon to check
* @returns Whether the Pokémon can Terastallize
*/