mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02:19 +02:00
Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
d05e1d3624
commit
b7cc9a631c
@ -693,9 +693,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.
|
||||||
*
|
|
||||||
* @param {Pokemon} pokemon - The Pokemon that will create an illusion.
|
|
||||||
* @param {Pokemon[]} party - The party of the trainer's pokemon.
|
|
||||||
*/
|
*/
|
||||||
generateIllusion(): boolean {
|
generateIllusion(): boolean {
|
||||||
if (this.hasTrainer()) {
|
if (this.hasTrainer()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user