about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-19 14:37:24 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-19 14:37:24 -0400
commit3f9a3587628f38b576e17e74dbdc9f9cf03c063b (patch)
tree01b02c7652c5c77118df470bbae9f144d64c8d93
parent7c804908bc085c8b21b598c784b33636909f0e87 (diff)
downloadlingo2-archipelago-3f9a3587628f38b576e17e74dbdc9f9cf03c063b.tar.gz
lingo2-archipelago-3f9a3587628f38b576e17e74dbdc9f9cf03c063b.tar.bz2
lingo2-archipelago-3f9a3587628f38b576e17e74dbdc9f9cf03c063b.zip
[Data] Eye Room -> Gallery connection
-rw-r--r--data/connections.txtpb16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 35e7ef8..17f71a3 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -2445,3 +2445,19 @@ connections {
2445 } 2445 }
2446 } 2446 }
2447} 2447}
2448connections {
2449 from {
2450 painting {
2451 map: "the_entry"
2452 room: "Eye Room"
2453 name: "GALLERY"
2454 }
2455 }
2456 to {
2457 room {
2458 map: "the_gallery"
2459 name: "Main Area"
2460 }
2461 }
2462 oneway: true
2463}