From bc3f90b6bdfdb651570a7b3f0e80fea19db14974 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 22 Sep 2025 10:43:10 -0400 Subject: [Data] Fixed some stuff for worldport shuffle --- data/door_groups.txtpb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/door_groups.txtpb') 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 @@ door_groups { name: "The Entry - Repetitive Entrance" - type: CONNECTOR + # This *should* be a CONNECTOR, but currently we're not shuffling these + # entrances because we want to guarantee that there's a way to The Repetitive + # without missing keys in vanilla doors. Hopefully can be changed eventually. + type: SHUFFLE_GROUP doors { map: "the_entry" name: "Starting Room West Wall North Door" -- cgit 1.4.1