Skip to content

Commit

Permalink
Fixed Tera Shift description (#5351)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Sep 9, 2024
1 parent b8251e3 commit 2f21073
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 @@ -2559,7 +2559,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
[ABILITY_TERA_SHIFT] =
{
.name = _("Tera Shift"),
.description = COMPOUND_STRING("Terasteralizes upon entry."),
.description = COMPOUND_STRING("Terastallizes upon entry."),
.aiRating = 10,
.cantBeCopied = TRUE,
.cantBeSwapped = TRUE,
Expand Down

0 comments on commit 2f21073

Please sign in to comment.