We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5411a97 commit 2eff024Copy full SHA for 2eff024
play.pokemonshowdown.com/src/battle-animations.ts
@@ -160,6 +160,7 @@ export class BattleScene implements BattleSceneStub {
160
161
this.$sprites = [$('<div></div>'), $('<div></div>')];
162
this.$spritesFront = [$('<div></div>'), $('<div></div>')];
163
+ this.sideConditions = [{}, {}];
164
165
this.$sprite.append(this.$sprites[1]);
166
this.$sprite.append(this.$spritesFront[1]);
0 commit comments