Skip to content

Commit 46afe9c

Browse files
committed
oops
1 parent 0b2cecf commit 46afe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ class BattleTooltips {
12541254

12551255
// SSB
12561256
if (this.battle.tier.includes('Super Staff Bros')) {
1257-
if (serverPokemon.name === 'Felucia') {
1257+
if (pokemon.name === 'Felucia') {
12581258
speedModifiers.push(1.5);
12591259
}
12601260
if (ability === 'misspelled') {

0 commit comments

Comments
 (0)