mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02: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 {
|
export class PostSummonRemoveIllusionAbAttr extends PostSummonAbAttr {
|
||||||
applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
|
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();
|
pokemon.breakIllusion();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user