summary refs log tree commit diff stats
path: root/test/TestProgressive.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-12-03 18:06:11 -0500
committerGitHub <noreply@github.com>2023-12-04 00:06:11 +0100
commitee4ebe472759e91d511f3f151311f3a54e68051b (patch)
tree450f60e28d7fe43970a7e6a23597d1d1814dc5b9 /test/TestProgressive.py
parente5d14e2e19772bb58905770f663c974592e43f32 (diff)
downloadlingo-apworld-ee4ebe472759e91d511f3f151311f3a54e68051b.tar.gz
lingo-apworld-ee4ebe472759e91d511f3f151311f3a54e68051b.tar.bz2
lingo-apworld-ee4ebe472759e91d511f3f151311f3a54e68051b.zip
Lingo: Default color shuffle to on (#2548)
* Lingo: Default color shuffle on

* Raise error if no progression in multiworld
Diffstat (limited to 'test/TestProgressive.py')
-rw-r--r--test/TestProgressive.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TestProgressive.py b/test/TestProgressive.py index 026971c..917c6e7 100644 --- a/test/TestProgressive.py +++ b/test/TestProgressive.py
@@ -81,7 +81,8 @@ class TestSimpleHallwayRoom(LingoTestBase):
81 81
82class TestProgressiveArtGallery(LingoTestBase): 82class TestProgressiveArtGallery(LingoTestBase):
83 options = { 83 options = {
84 "shuffle_doors": "complex" 84 "shuffle_doors": "complex",
85 "shuffle_colors": "false",
85 } 86 }
86 87
87 def test_item(self): 88 def test_item(self):