mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
asdsafafaf
This commit is contained in:
parent
a8fd4c80c1
commit
3d4fe38c9a
@ -2999,7 +2999,7 @@ export default class BattleScene extends SceneBase {
|
||||
*/
|
||||
getActiveKeys(): string[] {
|
||||
const keys: string[] = [];
|
||||
let activePokemon: (PlayerPokemon | EnemyPokemon)[] = this.getParty();
|
||||
let activePokemon: (PlayerPokemon | EnemyPokemon)[] = this.getPlayerParty();
|
||||
activePokemon = activePokemon.concat(this.getEnemyParty());
|
||||
activePokemon.forEach((p) => {
|
||||
keys.push(p.getSpriteKey(true));
|
||||
|
Loading…
Reference in New Issue
Block a user