diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-23 00:36:35 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-23 00:36:35 -0400 |
commit | 3ffc27f5d40a4f12934b1353a60644db5a4a9fab (patch) | |
tree | 6b083514b69288bee0fe8308a67b4f9382fce624 /apworld | |
parent | e757654a7b510cec9456de3072433f81ce971c89 (diff) | |
download | lingo2-archipelago-3ffc27f5d40a4f12934b1353a60644db5a4a9fab.tar.gz lingo2-archipelago-3ffc27f5d40a4f12934b1353a60644db5a4a9fab.tar.bz2 lingo2-archipelago-3ffc27f5d40a4f12934b1353a60644db5a4a9fab.zip |
Latch the control center color doors
Diffstat (limited to 'apworld')
-rw-r--r-- | apworld/options.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apworld/options.py b/apworld/options.py index 3d8abee..600df6a 100644 --- a/apworld/options.py +++ b/apworld/options.py | |||
@@ -57,9 +57,6 @@ class ShuffleWorldports(Toggle): | |||
57 | Randomizes the connections between maps. This affects worldports only, which are the loading zones you walk into in | 57 | Randomizes the connections between maps. This affects worldports only, which are the loading zones you walk into in |
58 | order to change maps. This does not affect paintings, panels that teleport you, or certain other special connections | 58 | order to change maps. This does not affect paintings, panels that teleport you, or certain other special connections |
59 | like the one between The Shop and Control Center. | 59 | like the one between The Shop and Control Center. |
60 | |||
61 | NOTE: It is highly recommended that you turn on Shuffle Control Center Colors when using Shuffle Worldports. Not | ||
62 | doing so runs the risk of creating an unfinishable seed. | ||
63 | """ | 60 | """ |
64 | display_name = "Shuffle Worldports" | 61 | display_name = "Shuffle Worldports" |
65 | 62 | ||