Skip to content

Commit

Permalink
Fix Klutz comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pyuk-bot authored Jan 22, 2025
1 parent 84578f9 commit d79da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
num: 51,
},
klutz: {
// Klutz isn't technically active immediatlely in-game, but it activates early enough to beat all items
// Klutz isn't technically active immediately in-game, but it activates early enough to beat all items
// we should keep an eye out in future gens for items that activate on switch-in before Unnerve
onSwitchInPriority: 1,
// Item suppression implemented in Pokemon.ignoringItem() within sim/pokemon.js
Expand Down

0 comments on commit d79da78

Please sign in to comment.