summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 042f90a..c5ed39c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -13,7 +13,6 @@
13# the_gallery/Main Area/WONDROUS 13# the_gallery/Main Area/WONDROUS
14# the_great/West Side/CC 14# the_great/West Side/CC
15# the_great/Back Area/UNKEMPT 15# the_great/Back Area/UNKEMPT
16# the_great/Back Area/THREEDOORS
17# the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) 16# the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this)
18# the_great/Back Area/TREE 17# the_great/Back Area/TREE
19# the_hinterlands/Main Area/LEFT 18# the_hinterlands/Main Area/LEFT
@@ -1714,3 +1713,19 @@ connections {
1714 } 1713 }
1715 oneway: true 1714 oneway: true
1716} 1715}
1716connections {
1717 from {
1718 port {
1719 map: "the_great"
1720 room: "Back Area"
1721 name: "THREEDOORS"
1722 }
1723 }
1724 to {
1725 port {
1726 map: "the_three_doors"
1727 room: "First Second Room"
1728 name: "GREAT"
1729 }
1730 }
1731}