Update src/data/arena-tag.ts

Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
This commit is contained in:
Mumble 2024-09-25 13:09:41 -07:00 committed by GitHub
parent caf0faddb0
commit 1728e69130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -934,7 +934,7 @@ class ImprisonTag extends ArenaTrapTag {
/**
* Helper function that retrieves the Pokemon effected
* @param scene medium to retrieve the involved Pokemon
* @param {BattleScene} scene medium to retrieve the involved Pokemon
* @returns list of PlayerPokemon or EnemyPokemon on the field
*/
private retrieveField(scene: BattleScene): PlayerPokemon[] | EnemyPokemon[] {