diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-01 23:14:50 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-01 23:14:50 -0400 |
commit | f057724014f8d74fb776a48651c08b51d01fc89e (patch) | |
tree | 52d178bafae2129ee96ceeb0ddf47c661b1c62f3 /apworld | |
parent | b145f9abf63dea7ca4a9f52a0e722bb3c9e07dd3 (diff) | |
download | lingo2-archipelago-7.0.1.tar.gz lingo2-archipelago-7.0.1.tar.bz2 lingo2-archipelago-7.0.1.zip |
Add warning about worldports + cc colors v7.0.1
Diffstat (limited to 'apworld')
-rw-r--r-- | apworld/options.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apworld/options.py b/apworld/options.py index 795010a..3d7c9a5 100644 --- a/apworld/options.py +++ b/apworld/options.py | |||
@@ -58,6 +58,9 @@ class ShuffleWorldports(Toggle): | |||
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. Connections that depend on placing letters in keyholders are also |
60 | currently not shuffled. | 60 | currently not shuffled. |
61 | |||
62 | 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. | ||
61 | """ | 64 | """ |
62 | display_name = "Shuffle Worldports" | 65 | display_name = "Shuffle Worldports" |
63 | 66 | ||