mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 23:32:19 +02:00
add docs
This commit is contained in:
parent
9c4703136c
commit
c24359c641
@ -1950,6 +1950,9 @@ export class PostSummonMessageAbAttr extends PostSummonAbAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Removes illusions when a Pokemon is summoned.
|
||||||
|
*/
|
||||||
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 {
|
||||||
pokemon.scene.getField(true).map(pokemon => {
|
pokemon.scene.getField(true).map(pokemon => {
|
||||||
|
Loading…
Reference in New Issue
Block a user