Skip to content

Commit

Permalink
Fixed plural item names (#4015)
Browse files Browse the repository at this point in the history
* Update items.h

* Update items.h

---------

Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
  • Loading branch information
Bassoonian and AsparagusEduardo authored Jan 17, 2024
1 parent 71fe6b3 commit 1f9655e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/items.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1f9655e

Please sign in to comment.