summary refs log tree commit diff stats
path: root/test/TestOptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestOptions.py')
-rw-r--r--test/TestOptions.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/TestOptions.py b/test/TestOptions.py index bd8ed81..224dbe0 100644 --- a/test/TestOptions.py +++ b/test/TestOptions.py
@@ -59,4 +59,11 @@ class TestShuffleSunwarpsAccess(LingoTestBase):
59 "victory_condition": "pilgrimage", 59 "victory_condition": "pilgrimage",
60 "shuffle_sunwarps": "true", 60 "shuffle_sunwarps": "true",
61 "sunwarp_access": "individual" 61 "sunwarp_access": "individual"
62 } \ No newline at end of file 62 }
63
64
65class TestSpeedBoostMode(LingoTestBase):
66 options = {
67 "location_checks": "insanity",
68 "speed_boost_mode": "true",
69 }