Semi-Colon oversight

This commit is contained in:
Ethan 2024-05-18 16:37:52 -04:00
parent 1c80c041ab
commit a6eb739b1a

View File

@ -2161,7 +2161,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
this.lapseTag(BattlerTagType.NIGHTMARE);
}
if (this.getTag(BattlerTagType.CONFUSED))
this.lapseTag(BattlerTagType.CONFUSED)
this.lapseTag(BattlerTagType.CONFUSED);
}
primeSummonData(summonDataPrimer: PokemonSummonData): void {