summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--data/LL1.yaml2
-rw-r--r--test/TestProgressive.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/LL1.yaml b/data/LL1.yaml index da78a51..6d74a3f 100644 --- a/data/LL1.yaml +++ b/data/LL1.yaml
@@ -6193,6 +6193,7 @@
6193 Exit: 6193 Exit:
6194 id: Tower Room Area Doors/Door_painting_exit 6194 id: Tower Room Area Doors/Door_painting_exit
6195 include_reduce: True 6195 include_reduce: True
6196 item_name: Orange Tower Fifth Floor - Quadruple Intersection
6196 panels: 6197 panels:
6197 - ONE ROAD MANY TURNS 6198 - ONE ROAD MANY TURNS
6198 paintings: 6199 paintings:
@@ -6212,7 +6213,6 @@
6212 - Third Floor 6213 - Third Floor
6213 - Fourth Floor 6214 - Fourth Floor
6214 - Fifth Floor 6215 - Fifth Floor
6215 - Exit
6216 Art Gallery (Second Floor): 6216 Art Gallery (Second Floor):
6217 entrances: 6217 entrances:
6218 Art Gallery: 6218 Art Gallery:
diff --git a/test/TestProgressive.py b/test/TestProgressive.py index 8edc7ce..0aaebe9 100644 --- a/test/TestProgressive.py +++ b/test/TestProgressive.py
@@ -142,7 +142,7 @@ class TestProgressiveArtGallery(LingoTestBase):
142 self.assertTrue(self.can_reach_location("Art Gallery - ONE ROAD MANY TURNS")) 142 self.assertTrue(self.can_reach_location("Art Gallery - ONE ROAD MANY TURNS"))
143 self.assertFalse(self.multiworld.state.can_reach("Orange Tower Fifth Floor", "Region", self.player)) 143 self.assertFalse(self.multiworld.state.can_reach("Orange Tower Fifth Floor", "Region", self.player))
144 144
145 self.collect(progressive_gallery_room[4]) 145 self.collect_by_name("Orange Tower Fifth Floor - Quadruple Intersection")
146 self.assertTrue(self.multiworld.state.can_reach("Art Gallery", "Region", self.player)) 146 self.assertTrue(self.multiworld.state.can_reach("Art Gallery", "Region", self.player))
147 self.assertTrue(self.multiworld.state.can_reach("Art Gallery (Second Floor)", "Region", self.player)) 147 self.assertTrue(self.multiworld.state.can_reach("Art Gallery (Second Floor)", "Region", self.player))
148 self.assertTrue(self.multiworld.state.can_reach("Art Gallery (Third Floor)", "Region", self.player)) 148 self.assertTrue(self.multiworld.state.can_reach("Art Gallery (Third Floor)", "Region", self.player))