Skip to content

Commit 4effa9e

Browse files
committed
oops
1 parent 40ee6ab commit 4effa9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

play.pokemonshowdown.com/src/battle-tooltips.ts

+1
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ class BattleTooltips {
760760
}
761761
if (move.flags.wind) {
762762
text += `<p class="movetag">&#x2713; Wind <small>(activates Wind Power and Wind Rider)</small></p>`;
763+
}
763764

764765
// RBY healing move glitch
765766
if (this.battle.gen === 1 && !toID(this.battle.tier).includes('stadium') &&

0 commit comments

Comments
 (0)