This commit is contained in:
Lylian 2025-03-31 11:37:23 +02:00
parent 7a0bd4a57d
commit f9eb01d466

View File

@ -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;