Skip to content

Commit

Permalink
Fix misspelling (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Aug 31, 2024
1 parent 8537554 commit e59403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/src/classifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function itemStallinessModifier(pokemon: PokemonSet<ID>) {
if (item === 'deepseatooth') return -1.0;
if (item === 'deepseascale') return 1.0;
}
if (item === 'adamantorb' && pokemon.species === 'diagla') return -0.25;
if (item === 'adamantorb' && pokemon.species === 'dialga') return -0.25;
if (item === 'lustrousorb' && pokemon.species === 'palkia') return -0.25;
if (item === 'griseousorb' && pokemon.species === 'giratinaorigin') {
return -0.25;
Expand Down

0 comments on commit e59403b

Please sign in to comment.