Skip to content

Commit

Permalink
Add Dowsing Machine expanded name (#5134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenchilly committed Aug 10, 2024
1 parent 2237e33 commit a4dc9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/items.h
Original file line number Diff line number Diff line change
Expand Up @@ -12243,7 +12243,7 @@ const struct Item gItemsInfo[] =

[ITEM_DOWSING_MACHINE] =
{
.name = _("Dowsing MCHN"),
.name = HANDLE_EXPANDED_ITEM_NAME("Dowsing MCHN", "Dowsing Machine"),
.price = 0,
.description = COMPOUND_STRING(
"A device that\n"
Expand Down

0 comments on commit a4dc9a0

Please sign in to comment.