summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 09:36:23 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 09:36:23 -0400
commit0fbaff9e15d1214192bd2b70bf4bc90d873727b6 (patch)
tree6ec3c9405447b6c5dc5d6ce05ff5e917fc6d78c3 /data/connections.txtpb
parentf49760b18a0369afe55112c5c44cf87ba922c3f5 (diff)
downloadlingo2-archipelago-0fbaff9e15d1214192bd2b70bf4bc90d873727b6.tar.gz
lingo2-archipelago-0fbaff9e15d1214192bd2b70bf4bc90d873727b6.tar.bz2
lingo2-archipelago-0fbaff9e15d1214192bd2b70bf4bc90d873727b6.zip
Added the_graveyard
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb32
1 files changed, 31 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index dc3afaf..7d79e5c 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -4,7 +4,6 @@
4# four_rooms/Time Room/OWL 4# four_rooms/Time Room/OWL
5# four_rooms/Examples Room/DAEDALUS 5# four_rooms/Examples Room/DAEDALUS
6# control center -> the_ancient 6# control center -> the_ancient
7# the_ancient -> the_graveyard
8# the_bearer/Back Area/TREE 7# the_bearer/Back Area/TREE
9# the_bearer/Entry/UNYIELDING 8# the_bearer/Entry/UNYIELDING
10# the_bearer/Back Area/DAEDALUS 9# the_bearer/Back Area/DAEDALUS
@@ -468,3 +467,34 @@ connections {
468 } 467 }
469 oneway: true 468 oneway: true
470} 469}
470connections {
471 from {
472 room {
473 map: "the_ancient"
474 name: "Outside"
475 }
476 }
477 to {
478 room {
479 map: "the_graveyard"
480 name: "Outside"
481 }
482 }
483 oneway: true
484}
485connections {
486 from {
487 painting {
488 map: "the_gallery"
489 room: "Main Area"
490 name: "GRAVEYARD"
491 }
492 }
493 to {
494 room {
495 map: "the_graveyard"
496 name: "Outside"
497 }
498 }
499 oneway: true
500}