summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-25 11:57:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-25 11:57:09 -0400
commit8c19969253b43566a8f8ec1a7e9f73c4f23a0878 (patch)
tree616cd991466053bb3419debd046a9d9d22dcb261 /data/connections.txtpb
parent3963ff28b7ec26f52bff564cc21457df56f9e5b4 (diff)
downloadlingo2-archipelago-8c19969253b43566a8f8ec1a7e9f73c4f23a0878.tar.gz
lingo2-archipelago-8c19969253b43566a8f8ec1a7e9f73c4f23a0878.tar.bz2
lingo2-archipelago-8c19969253b43566a8f8ec1a7e9f73c4f23a0878.zip
Added the_symbolic
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 2022501..ee897bc 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -23,7 +23,6 @@
23# the_literate/Painting Room/PYRAMID 23# the_literate/Painting Room/PYRAMID
24# the_partial/Control Center Entrance/CC 24# the_partial/Control Center Entrance/CC
25# the_perceptive/Main Area/CC 25# the_perceptive/Main Area/CC
26# the_plaza/Symbolic Entrance/SYMBOLIC
27# cc -> relentless (don't use port objects) 26# cc -> relentless (don't use port objects)
28# the_repetitive/Main Room/CC 27# the_repetitive/Main Room/CC
29# cc <-> the shop (keyholder door only needed one way) 28# cc <-> the shop (keyholder door only needed one way)
@@ -1638,3 +1637,19 @@ connections {
1638 } 1637 }
1639 oneway: true 1638 oneway: true
1640} 1639}
1640connections {
1641 from {
1642 port {
1643 map: "the_plaza"
1644 room: "Symbolic Entrance"
1645 name: "SYMBOLIC"
1646 }
1647 }
1648 to {
1649 port {
1650 map: "the_symbolic"
1651 room: "White Room"
1652 name: "PLAZA"
1653 }
1654 }
1655}