diff options
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" |