mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Semi-Colon oversight
This commit is contained in:
parent
1c80c041ab
commit
a6eb739b1a
@ -2161,7 +2161,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
this.lapseTag(BattlerTagType.NIGHTMARE);
|
this.lapseTag(BattlerTagType.NIGHTMARE);
|
||||||
}
|
}
|
||||||
if (this.getTag(BattlerTagType.CONFUSED))
|
if (this.getTag(BattlerTagType.CONFUSED))
|
||||||
this.lapseTag(BattlerTagType.CONFUSED)
|
this.lapseTag(BattlerTagType.CONFUSED);
|
||||||
}
|
}
|
||||||
|
|
||||||
primeSummonData(summonDataPrimer: PokemonSummonData): void {
|
primeSummonData(summonDataPrimer: PokemonSummonData): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user