summary refs log tree commit diff stats
path: root/data/maps/the_partial
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-25 23:03:04 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-25 23:03:04 -0400
commit523757481b2306614806a23981721d4a64abb134 (patch)
treeba991fbd9de1fc707477a8c9cf69db6bc2cc8679 /data/maps/the_partial
parent30dcf054a489ec4123e5048579df151bc1e76817 (diff)
downloadlingo2-archipelago-523757481b2306614806a23981721d4a64abb134.tar.gz
lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.tar.bz2
lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.zip
Added the_tenacious
Diffstat (limited to 'data/maps/the_partial')
-rw-r--r--data/maps/the_partial/connections.txtpb2
-rw-r--r--data/maps/the_partial/doors.txtpb4
2 files changed, 2 insertions, 4 deletions
diff --git a/data/maps/the_partial/connections.txtpb b/data/maps/the_partial/connections.txtpb index 34ff94f..abadb06 100644 --- a/data/maps/the_partial/connections.txtpb +++ b/data/maps/the_partial/connections.txtpb
@@ -17,13 +17,11 @@ connections {
17 from_room: "Obverse Side" 17 from_room: "Obverse Side"
18 to_room: "Control Center Entrance" 18 to_room: "Control Center Entrance"
19 door { name: "L Entered" } 19 door { name: "L Entered" }
20 oneway: true
21} 20}
22connections { 21connections {
23 from_room: "Control Center Entrance" 22 from_room: "Control Center Entrance"
24 to_room: "Obverse Side" 23 to_room: "Obverse Side"
25 door { name: "Control Center Entrance" } 24 door { name: "Control Center Entrance" }
26 oneway: true
27} 25}
28connections { 26connections {
29 from_room: "Reverse Side" 27 from_room: "Reverse Side"
diff --git a/data/maps/the_partial/doors.txtpb b/data/maps/the_partial/doors.txtpb index fed6951..2b233db 100644 --- a/data/maps/the_partial/doors.txtpb +++ b/data/maps/the_partial/doors.txtpb
@@ -49,8 +49,8 @@ doors {
49} 49}
50doors { 50doors {
51 name: "Control Center Entrance" 51 name: "Control Center Entrance"
52 type: STANDARD 52 type: LOCATION_ONLY
53 receivers: "Components/Doors/controlDoor" 53 #receivers: "Components/Doors/controlDoor"
54 panels { room: "Control Center Entrance" name: "RETURN" } 54 panels { room: "Control Center Entrance" name: "RETURN" }
55 location_room: "Control Center Entrance" 55 location_room: "Control Center Entrance"
56} 56}