Fixed Rupee/Bomb logic in playthru

This commit is contained in:
codemann8
2022-10-24 19:36:48 -05:00
parent 20e99a27c5
commit 9b2d13bcd0

View File

@@ -555,7 +555,6 @@ def create_farm_locations(world, player):
loc = world.get_location_unsafe(f'{region_name} {loc_description}', player)
if loc:
loc.access_rule = lambda state: True
world.spoiler.suppress_spoiler_locations.append(loc.name)
else:
region = world.get_region(region_name, player)
loc = Location(player, f'{region_name} {loc_description}', 0, region)