mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
docs: clarify canTerastallize
This commit is contained in:
parent
e9e827341e
commit
b057314f90
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user