mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 05:12:19 +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);
|
||||
}
|
||||
if (this.getTag(BattlerTagType.CONFUSED))
|
||||
this.lapseTag(BattlerTagType.CONFUSED)
|
||||
this.lapseTag(BattlerTagType.CONFUSED);
|
||||
}
|
||||
|
||||
primeSummonData(summonDataPrimer: PokemonSummonData): void {
|
||||
|
Loading…
Reference in New Issue
Block a user