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 | |
| 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')
| -rw-r--r-- | data/maps/the_partial/doors.txtpb | 6 | ||||
| -rw-r--r-- | data/maps/the_partial/rooms/Control Center Entrance.txtpb | 2 |
2 files changed, 2 insertions, 6 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" |
| diff --git a/data/maps/the_partial/rooms/Control Center Entrance.txtpb b/data/maps/the_partial/rooms/Control Center Entrance.txtpb index 02f3e69..faccd50 100644 --- a/data/maps/the_partial/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_partial/rooms/Control Center Entrance.txtpb | |||
| @@ -12,6 +12,4 @@ ports { | |||
| 12 | path: "Components/Warps/worldport2" | 12 | path: "Components/Warps/worldport2" |
| 13 | destination { x: -19 y: 0 z: 8 } | 13 | destination { x: -19 y: 0 z: 8 } |
| 14 | rotation: 180 | 14 | rotation: 180 |
| 15 | # TODO: shuffle entrances with dependent keyholders | ||
| 16 | no_shuffle: true | ||
| 17 | } | 15 | } |
