Discount on orange potions

This commit is contained in:
2026-09-18 19:33:00 -05:00
parent b61c198159
commit c0c177dfed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ def main(args, seed=None, fish=None):
cap_shop = world.get_region('Capacity Upgrade', player).shop
potion = {
'item': "Orange Potion",
'price': 1000,
'price': 500,
'max': 0,
'replacement': None,
'replacement_price': 0,