diff options
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 32 |
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 | } |
470 | connections { | ||
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 | } | ||
485 | connections { | ||
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 | } | ||