mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
nit
This commit is contained in:
parent
474a9b5595
commit
648dc22af6
@ -699,7 +699,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
* Generate an illusion of the last pokemon in the party, as other wild pokemon in the area.
|
* Generate an illusion of the last pokemon in the party, as other wild pokemon in the area.
|
||||||
*/
|
*/
|
||||||
setIllusion(pokemon: Pokemon): boolean {
|
setIllusion(pokemon: Pokemon): boolean {
|
||||||
console.log("SET ILLUSION")
|
|
||||||
if(!!this.summonData?.illusion){
|
if(!!this.summonData?.illusion){
|
||||||
this.breakIllusion();
|
this.breakIllusion();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user