LTTP: Update to options API (#4134)
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
This commit is contained in:
		| @@ -23,7 +23,7 @@ class GoalPyramidTest(PyramidTestBase): | ||||
|     } | ||||
|  | ||||
|     def testCrystalsGoalAccess(self): | ||||
|         self.multiworld.goal[1].value = 1  # crystals | ||||
|         self.multiworld.worlds[1].options.goal.value = 1  # crystals | ||||
|         self.assertFalse(self.can_reach_entrance("Pyramid Hole")) | ||||
|         self.collect_by_name(["Hammer", "Progressive Glove", "Moon Pearl"]) | ||||
|         self.assertTrue(self.can_reach_entrance("Pyramid Hole")) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicholas Saylor
					Nicholas Saylor