diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-22 23:53:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-22 23:53:23 -0400 |
commit | f4aff2c24b222e243683329425e818e1dc487a37 (patch) | |
tree | 867b9f3f24b8b837bf7239ef10c181f365796a93 /apworld | |
parent | e3448bc720c2032edfb9bfda0caa033736a4f304 (diff) | |
download | lingo2-archipelago-f4aff2c24b222e243683329425e818e1dc487a37.tar.gz lingo2-archipelago-f4aff2c24b222e243683329425e818e1dc487a37.tar.bz2 lingo2-archipelago-f4aff2c24b222e243683329425e818e1dc487a37.zip |
Fix repetitive -> entry worldport rotation
Diffstat (limited to 'apworld')
-rw-r--r-- | apworld/options.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apworld/options.py b/apworld/options.py index 5d1fd7c..3d8abee 100644 --- a/apworld/options.py +++ b/apworld/options.py | |||
@@ -56,8 +56,7 @@ class ShuffleWorldports(Toggle): | |||
56 | """ | 56 | """ |
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. Connections that depend on placing letters in keyholders are also | 59 | like the one between The Shop and Control Center. |
60 | currently not shuffled. | ||
61 | 60 | ||
62 | NOTE: It is highly recommended that you turn on Shuffle Control Center Colors when using Shuffle Worldports. Not | 61 | NOTE: It is highly recommended that you turn on Shuffle Control Center Colors when using Shuffle Worldports. Not |
63 | doing so runs the risk of creating an unfinishable seed. | 62 | doing so runs the risk of creating an unfinishable seed. |