Skip to content

Commit

Permalink
Supersweet Syrup wrong ability desc (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Jul 3, 2024
1 parent dd7b735 commit 13b8daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/abilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
#else
.name = _("SuprswtSyrup"),
#endif
.description = COMPOUND_STRING("Lowers the foe's Speed."),
.description = COMPOUND_STRING("Lowers the foe's Evasion."),
.aiRating = 5,
},

Expand Down

0 comments on commit 13b8daf

Please sign in to comment.