Aquaria: Fixing no progression bug (#4199)
This commit is contained in:
@@ -49,7 +49,7 @@ class UNoProgressionHardHiddenTest(AquariaTestBase):
|
||||
for location in self.unfillable_locations:
|
||||
for item_name in self.world.item_names:
|
||||
item = self.get_item_by_name(item_name)
|
||||
if item.classification == ItemClassification.progression:
|
||||
if item.advancement:
|
||||
self.assertFalse(
|
||||
self.world.get_location(location).can_fill(self.multiworld.state, item, False),
|
||||
"The location \"" + location + "\" can be filled with \"" + item_name + "\"")
|
||||
|
||||
Reference in New Issue
Block a user