diff options
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 | } | ||