diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-20 18:33:18 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-20 18:33:18 -0400 |
| commit | 2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5 (patch) | |
| tree | cb6fa51b3a70a7f2b3ac099b7c34c9a7f730cc2b /data/maps/the_partial/doors.txtpb | |
| parent | 4c1dc83759d15b7f9f8aaddf580d2147f43fb845 (diff) | |
| download | lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.tar.gz lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.tar.bz2 lingo2-archipelago-2ea5762540a67ba20c5cb72c89c5cf62c7e9bfd5.zip | |
Mark some doors as "latched"
Diffstat (limited to 'data/maps/the_partial/doors.txtpb')
| -rw-r--r-- | data/maps/the_partial/doors.txtpb | 6 |
1 files changed, 2 insertions, 4 deletions
| diff --git a/data/maps/the_partial/doors.txtpb b/data/maps/the_partial/doors.txtpb index c51062a..b6445cd 100644 --- a/data/maps/the_partial/doors.txtpb +++ b/data/maps/the_partial/doors.txtpb | |||
| @@ -43,17 +43,15 @@ doors { | |||
| 43 | doors { | 43 | doors { |
| 44 | name: "L Entered" | 44 | name: "L Entered" |
| 45 | type: EVENT | 45 | type: EVENT |
| 46 | # It does this in vanilla, but I'm specifying it so that the Control Center | 46 | latch: true |
| 47 | # Entrance door doesn't override it. | ||
| 48 | receivers: "Components/Doors/controlDoor" | 47 | receivers: "Components/Doors/controlDoor" |
| 49 | keyholders { room: "Obverse Side" name: "L" key: "l" } | 48 | keyholders { room: "Obverse Side" name: "L" key: "l" } |
| 50 | } | 49 | } |
| 51 | doors { | 50 | doors { |
| 52 | name: "Control Center Entrance" | 51 | name: "Control Center Entrance" |
| 53 | type: LOCATION_ONLY | 52 | type: EVENT |
| 54 | #receivers: "Components/Doors/controlDoor" | 53 | #receivers: "Components/Doors/controlDoor" |
| 55 | panels { room: "Control Center Entrance" name: "RETURN" } | 54 | panels { room: "Control Center Entrance" name: "RETURN" } |
| 56 | location_room: "Control Center Entrance" | ||
| 57 | } | 55 | } |
| 58 | doors { | 56 | doors { |
| 59 | name: "F Door" | 57 | name: "F Door" |
