diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-01 12:18:25 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-01 12:18:25 -0400 |
| commit | 21013ec0d1e3953276f11bd8cce12f33d46a33ec (patch) | |
| tree | b042bee93ad8d052db581bb04f6b5ddfd2547a72 /data/maps/the_unkempt | |
| parent | 8d92a32ada857dd0ce3d0e4a17aede7558b6a1b3 (diff) | |
| download | lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.tar.gz lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.tar.bz2 lingo2-archipelago-21013ec0d1e3953276f11bd8cce12f33d46a33ec.zip | |
(Almost) all panels are locations or connections now
Diffstat (limited to 'data/maps/the_unkempt')
| -rw-r--r-- | data/maps/the_unkempt/doors.txtpb | 17 |
1 files changed, 17 insertions, 0 deletions
| diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb index 446fe69..d2e9bc6 100644 --- a/data/maps/the_unkempt/doors.txtpb +++ b/data/maps/the_unkempt/doors.txtpb | |||
| @@ -185,3 +185,20 @@ doors { | |||
| 185 | panels { room: "Right Area" name: "TOUGH" } | 185 | panels { room: "Right Area" name: "TOUGH" } |
| 186 | location_room: "Right Area" | 186 | location_room: "Right Area" |
| 187 | } | 187 | } |
| 188 | doors { | ||
| 189 | name: "Near Teal Door Panels" | ||
| 190 | type: LOCATION_ONLY | ||
| 191 | panels { room: "Main Area" name: "I" } | ||
| 192 | panels { room: "Main Area" name: "SPY" } | ||
| 193 | panels { room: "Main Area" name: "HEFT" } | ||
| 194 | panels { room: "Main Area" name: "THEFT" } | ||
| 195 | location_room: "Main Area" | ||
| 196 | location_name: "HEFT, I, SPY, THEFT" | ||
| 197 | } | ||
| 198 | doors { | ||
| 199 | name: "Control Center Orange Panel" | ||
| 200 | type: LOCATION_ONLY | ||
| 201 | panels { room: "Right Area" name: "COLOR" } | ||
| 202 | location_room: "Right Area" | ||
| 203 | location_name: "COLOR" | ||
| 204 | } | ||
