diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 10:43:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 10:43:10 -0400 |
commit | bc3f90b6bdfdb651570a7b3f0e80fea19db14974 (patch) | |
tree | d3f0c0d62f633aa6d5c0ace3533cd4976a670d84 /data/door_groups.txtpb | |
parent | b53018acc54a7b8812a0b9830562879071d05fa6 (diff) | |
download | lingo2-archipelago-bc3f90b6bdfdb651570a7b3f0e80fea19db14974.tar.gz lingo2-archipelago-bc3f90b6bdfdb651570a7b3f0e80fea19db14974.tar.bz2 lingo2-archipelago-bc3f90b6bdfdb651570a7b3f0e80fea19db14974.zip |
[Data] Fixed some stuff for worldport shuffle
Diffstat (limited to 'data/door_groups.txtpb')
-rw-r--r-- | data/door_groups.txtpb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index 1a75c45..ca94223 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb | |||
@@ -1,6 +1,9 @@ | |||
1 | door_groups { | 1 | door_groups { |
2 | name: "The Entry - Repetitive Entrance" | 2 | name: "The Entry - Repetitive Entrance" |
3 | type: CONNECTOR | 3 | # This *should* be a CONNECTOR, but currently we're not shuffling these |
4 | # entrances because we want to guarantee that there's a way to The Repetitive | ||
5 | # without missing keys in vanilla doors. Hopefully can be changed eventually. | ||
6 | type: SHUFFLE_GROUP | ||
4 | doors { | 7 | doors { |
5 | map: "the_entry" | 8 | map: "the_entry" |
6 | name: "Starting Room West Wall North Door" | 9 | name: "Starting Room West Wall North Door" |