mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 01:09:29 +02:00
Update src/data/arena-tag.ts
Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
This commit is contained in:
parent
caf0faddb0
commit
1728e69130
@ -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[] {
|
||||
|
Loading…
Reference in New Issue
Block a user