Fixed Tera Shift description (#5351)
This commit is contained in:
parent
b8251e3a75
commit
2f21073555
1 changed files with 1 additions and 1 deletions
|
@ -2559,7 +2559,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
|
||||||
[ABILITY_TERA_SHIFT] =
|
[ABILITY_TERA_SHIFT] =
|
||||||
{
|
{
|
||||||
.name = _("Tera Shift"),
|
.name = _("Tera Shift"),
|
||||||
.description = COMPOUND_STRING("Terasteralizes upon entry."),
|
.description = COMPOUND_STRING("Terastallizes upon entry."),
|
||||||
.aiRating = 10,
|
.aiRating = 10,
|
||||||
.cantBeCopied = TRUE,
|
.cantBeCopied = TRUE,
|
||||||
.cantBeSwapped = TRUE,
|
.cantBeSwapped = TRUE,
|
||||||
|
|
Loading…
Reference in a new issue