diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-07 15:42:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-07 15:42:00 -0400 |
commit | d79984b099c3f762b95d3b4257bef113d3a8d6ee (patch) | |
tree | bcb647c4734b9ddecb465f818e06efc899482f4e /data/maps/the_entry | |
parent | 8ab6132f99e9a033c170310b2d88a7312e46a153 (diff) | |
download | lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.tar.gz lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.tar.bz2 lingo2-archipelago-d79984b099c3f762b95d3b4257bef113d3a8d6ee.zip |
Added door groups
Diffstat (limited to 'data/maps/the_entry')
-rw-r--r-- | data/maps/the_entry/connections.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_entry/doors.txtpb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 6f847da..a2e325a 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb | |||
@@ -192,7 +192,7 @@ connections { | |||
192 | connections { | 192 | connections { |
193 | from_room: "Starting Room" | 193 | from_room: "Starting Room" |
194 | to_room: "Repetitive Entrance" | 194 | to_room: "Repetitive Entrance" |
195 | door { name: "Repetitive Entrance" } | 195 | door { name: "Starting Room West Wall North Door" } |
196 | } | 196 | } |
197 | connections { | 197 | connections { |
198 | from_room: "Lime Room" | 198 | from_room: "Lime Room" |
diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 78ffa52..6bef160 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb | |||
@@ -193,7 +193,7 @@ doors { | |||
193 | location_room: "Starting Room" | 193 | location_room: "Starting Room" |
194 | } | 194 | } |
195 | doors { | 195 | doors { |
196 | name: "Repetitive Entrance" | 196 | name: "Starting Room West Wall North Door" |
197 | type: ITEM_ONLY | 197 | type: ITEM_ONLY |
198 | receivers: "Components/Doors/Entry/entry_proxied_9" | 198 | receivers: "Components/Doors/Entry/entry_proxied_9" |
199 | double_letters: true | 199 | double_letters: true |