diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 11:47:01 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 11:47:01 -0400 |
commit | e441ec71f34a4bb432e1f676d3bff865b43a2a8e (patch) | |
tree | 68666f7b6363e11311ceee8657bdc385b8413a0f /data/connections.txtpb | |
parent | 3aea98027e61531f7747a0c92f29d1afa54e79a9 (diff) | |
download | lingo2-archipelago-e441ec71f34a4bb432e1f676d3bff865b43a2a8e.tar.gz lingo2-archipelago-e441ec71f34a4bb432e1f676d3bff865b43a2a8e.tar.bz2 lingo2-archipelago-e441ec71f34a4bb432e1f676d3bff865b43a2a8e.zip |
Added the_double_sided
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 15835bf..ab2eddc 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -16,7 +16,6 @@ | |||
16 | # butterfly -> gallery | 16 | # butterfly -> gallery |
17 | # the_colorful/White Room/GREAT | 17 | # the_colorful/White Room/GREAT |
18 | # the_colorful/Cyan Hallway/STURDY | 18 | # the_colorful/Cyan Hallway/STURDY |
19 | # the_darkroom/First Room/DOUBLESIDED | ||
20 | # the_digital/Main Area/UNYIELDING | 19 | # the_digital/Main Area/UNYIELDING |
21 | # the_digital/Tree Area/TREE | 20 | # the_digital/Tree Area/TREE |
22 | connections { | 21 | connections { |
@@ -329,3 +328,19 @@ connections { | |||
329 | } | 328 | } |
330 | oneway: true | 329 | oneway: true |
331 | } | 330 | } |
331 | connections { | ||
332 | from { | ||
333 | port { | ||
334 | map: "the_darkroom" | ||
335 | room: "First Room" | ||
336 | name: "DOUBLESIDED" | ||
337 | } | ||
338 | } | ||
339 | to { | ||
340 | port { | ||
341 | map: "the_double_sided" | ||
342 | room: "Start" | ||
343 | name: "DARKROOM" | ||
344 | } | ||
345 | } | ||
346 | } | ||