diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-05 11:28:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-05 11:28:58 -0400 |
commit | 16bb8365c3a03874d06e63ab7d80bfcd5c0087fd (patch) | |
tree | e30238aa34fb95f674a5e85e8328090273a3ef3e /data | |
parent | 43fd69de4cdf7b99dfb5ff29fc089e570534cc93 (diff) | |
download | lingo2-archipelago-16bb8365c3a03874d06e63ab7d80bfcd5c0087fd.tar.gz lingo2-archipelago-16bb8365c3a03874d06e63ab7d80bfcd5c0087fd.tar.bz2 lingo2-archipelago-16bb8365c3a03874d06e63ab7d80bfcd5c0087fd.zip |
Make Sun Temple -> Graveyard be in logic
Diffstat (limited to 'data')
-rw-r--r-- | data/connections.txtpb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ae7d9fd..b261d83 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -2461,3 +2461,18 @@ connections { | |||
2461 | } | 2461 | } |
2462 | oneway: true | 2462 | oneway: true |
2463 | } | 2463 | } |
2464 | connections { | ||
2465 | from { | ||
2466 | room { | ||
2467 | map: "the_sun_temple" | ||
2468 | name: "Temple" | ||
2469 | } | ||
2470 | } | ||
2471 | to { | ||
2472 | room { | ||
2473 | map: "the_graveyard" | ||
2474 | name: "Outside" | ||
2475 | } | ||
2476 | } | ||
2477 | oneway: true | ||
2478 | } | ||