mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Bomb price fixing - requested by the Hyrule explosives cartel
This commit is contained in:
@@ -385,7 +385,7 @@ def set_up_shops(world):
|
||||
shop.active = True
|
||||
shop.add_inventory(0, 'Single Arrow', 80)
|
||||
shop.add_inventory(1, 'Small Key (Universal)', 100)
|
||||
shop.add_inventory(2, 'Bombs (10)', 80)
|
||||
shop.add_inventory(2, 'Bombs (10)', 50)
|
||||
|
||||
#special shop types
|
||||
|
||||
|
Reference in New Issue
Block a user