Fix Hyper Potion price (#4737)
This commit is contained in:
parent
1241cbe79f
commit
0fda9d6cd6
@ -578,7 +578,7 @@ const struct Item gItemsInfo[] =
|
||||
[ITEM_HYPER_POTION] =
|
||||
{
|
||||
.name = _("Hyper Potion"),
|
||||
.price = (I_PRICE >= GEN_2 || I_PRICE <= GEN_6) ? 1200 : 1500,
|
||||
.price = (I_PRICE >= GEN_2 && I_PRICE <= GEN_6) ? 1200 : 1500,
|
||||
.holdEffectParam = 120,
|
||||
.description = COMPOUND_STRING(
|
||||
"Restores the HP of\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user