Updated the holdEffectParam of the items that double the amount of money gained in battle (#3528)

This commit is contained in:
LOuroboros 2023-11-06 06:18:45 -03:00 committed by GitHub
parent 8b359c2ca4
commit ee0222c0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4993,7 +4993,6 @@ const struct Item gItems[] =
.name = _("Luck Incense"),
.price = 11000,
.holdEffect = HOLD_EFFECT_DOUBLE_PRIZE,
.holdEffectParam = 10,
.description = sLuckIncenseDesc,
.pocket = POCKET_ITEMS,
.type = ITEM_USE_BAG_MENU,
@ -5707,7 +5706,6 @@ const struct Item gItems[] =
.name = _("Amulet Coin"),
.price = 10000,
.holdEffect = HOLD_EFFECT_DOUBLE_PRIZE,
.holdEffectParam = 10,
.description = sAmuletCoinDesc,
.pocket = POCKET_ITEMS,
.type = ITEM_USE_BAG_MENU,