Fixed plural item names (#4015)

* Update items.h

* Update items.h

---------

Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
This commit is contained in:
Bassoonian 2024-01-17 16:53:12 +01:00 committed by GitHub
parent 71fe6b34dc
commit 1f9655ee2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3529,7 +3529,7 @@ const struct Item gItems[] =
[ITEM_REAPER_CLOTH] =
{
.name = _("Reaper Cloth"),
.pluralName = _("Reaper Clothes"),
.pluralName = _("Reaper Cloths"),
.price = (I_PRICE >= GEN_7) ? 2000 * TREASURE_FACTOR : 2100,
.description = COMPOUND_STRING("Loved by a certain\n"
"Pokémon. Imbued with\n"
@ -10315,7 +10315,7 @@ const struct Item gItems[] =
[ITEM_REINS_OF_UNITY] =
{
.name = _("ReinsOfUnity"),
.pluralName = _("ReinsOfUnities"),
.pluralName = _("ReinsOfUnity"),
.price = 0,
.importance = 1,
.description = COMPOUND_STRING("Reins that unite\n"