Merge pull request #2003 from LOuroboros/patch-2

Fixed a typo in the items' data
This commit is contained in:
Eduardo Quezada D'Ottone 2021-12-19 20:37:40 -03:00 committed by GitHub
commit b21dc1e562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4538,7 +4538,7 @@ const struct Item gItems[] =
[ITEM_POISONIUM_Z] =
{
.name = _("Poisinium Z"),
.name = _("Poisonium Z"),
.itemId = ITEM_POISONIUM_Z,
.price = 0,
.holdEffect = HOLD_EFFECT_Z_CRYSTAL,