Focus cursed-only location is now removed

This commit is contained in:
Fabian Dill 2021-03-21 05:21:57 +01:00
parent ef3623fb5f
commit ce3804038e
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ class TestBasic(TestVanilla):
def testSimple(self):
self.run_location_tests([
["Focus", True, []],
["200_Geo-False_Knight_Chest", True, [], []],
["380_Geo-Soul_Master_Chest", False, [], ["Mantis_Claw"]],
])