Skip to content

Commit c66a926

Browse files
authored
remove wallet requirement from Buy Arrows (50)
1 parent 4d619f1 commit c66a926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def set_shop_rules(world: World):
140140
for location in world.get_filled_locations():
141141
if location.item.type == 'Shop':
142142
# Add wallet requirements
143-
if location.item.name in ['Buy Arrows (50)', 'Buy Fish', 'Buy Goron Tunic', 'Buy Bombchu (20)', 'Buy Bombs (30)']:
143+
if location.item.name in ['Buy Fish', 'Buy Goron Tunic', 'Buy Bombchu (20)', 'Buy Bombs (30)']:
144144
location.add_rule(wallet)
145145
elif location.item.name in ['Buy Zora Tunic', 'Buy Blue Fire']:
146146
location.add_rule(wallet2)

0 commit comments

Comments
 (0)