mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
nit
This commit is contained in:
parent
7a0bd4a57d
commit
f9eb01d466
@ -2371,7 +2371,7 @@ export class PostSummonMessageAbAttr extends PostSummonAbAttr {
|
||||
*/
|
||||
export class PostSummonRemoveIllusionAbAttr extends PostSummonAbAttr {
|
||||
applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
|
||||
for (const pokemon of globalScene.getField(true) {
|
||||
for (const pokemon of globalScene.getField(true)) {
|
||||
pokemon.breakIllusion();
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user