Fixed Tera Shift description (#5351)

This commit is contained in:
Eduardo Quezada 2024-09-08 23:13:32 -03:00 committed by GitHub
parent b8251e3a75
commit 2f21073555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,