Core: allow generic access to indirect_connections (#1056)
This commit is contained in:
		| @@ -24,10 +24,8 @@ class TestVanillaOWG(TestBase): | ||||
|         self.world.set_default_common_options() | ||||
|         self.world.difficulty_requirements[1] = difficulties['normal'] | ||||
|         self.world.logic[1] = "owglitches" | ||||
|         create_regions(self.world, 1) | ||||
|         create_dungeons(self.world, 1) | ||||
|         create_shops(self.world, 1) | ||||
|         link_entrances(self.world, 1) | ||||
|         self.world.worlds[1].er_seed = 0 | ||||
|         self.world.worlds[1].create_regions() | ||||
|         self.world.worlds[1].create_items() | ||||
|         self.world.required_medallions[1] = ['Ether', 'Quake'] | ||||
|         self.world.itempool.extend(get_dungeon_item_pool(self.world)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill