diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-30 23:32:08 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-30 23:32:08 -0400 |
commit | fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd (patch) | |
tree | ba27f94a904fbfd21b05e36aeb978bf398934de2 /data/maps/the_entry | |
parent | 7a70828e9d0a4bf92491da1a88fac776de42d3b5 (diff) | |
download | lingo2-archipelago-fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd.tar.gz lingo2-archipelago-fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd.tar.bz2 lingo2-archipelago-fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd.zip |
Fix vanilla-only oneway door in The Repetitive
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 5fe279c..7ab15ff 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -183,12 +183,12 @@ connections { | |||
183 | from_room: "Starting Room" | 183 | from_room: "Starting Room" |
184 | to_room: "Digital Entrance" | 184 | to_room: "Digital Entrance" |
185 | door { name: "Second Room Left Door" } | 185 | door { name: "Second Room Left Door" } |
186 | oneway: true | ||
187 | } | 186 | } |
188 | connections { | 187 | connections { |
189 | from_room: "Digital Entrance" | 188 | from_room: "Digital Entrance" |
190 | to_room: "Starting Room" | 189 | to_room: "Starting Room" |
191 | oneway: true | 190 | oneway: true |
191 | vanilla_only: true | ||
192 | } | 192 | } |
193 | connections { | 193 | connections { |
194 | from_room: "Starting Room" | 194 | from_room: "Starting Room" |