about summary refs log tree commit diff stats
path: root/data/maps/the_relentless
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_relentless')
-rw-r--r--data/maps/the_relentless/doors.txtpb6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/the_relentless/doors.txtpb b/data/maps/the_relentless/doors.txtpb index e970e40..e755d0b 100644 --- a/data/maps/the_relentless/doors.txtpb +++ b/data/maps/the_relentless/doors.txtpb
@@ -26,7 +26,8 @@ doors {
26} 26}
27doors { 27doors {
28 name: "Left/Turn Door" 28 name: "Left/Turn Door"
29 type: LEGACY_LOCATION 29 type: EVENT
30 legacy_location: true
30 panels { room: "Left Room" name: "HIDE" } 31 panels { room: "Left Room" name: "HIDE" }
31 panels { room: "Left Room" name: "LEFT" } 32 panels { room: "Left Room" name: "LEFT" }
32 panels { room: "Left Room" name: "MORE" } 33 panels { room: "Left Room" name: "MORE" }
@@ -37,7 +38,8 @@ doors {
37} 38}
38doors { 39doors {
39 name: "Turn/Shop Door" 40 name: "Turn/Shop Door"
40 type: LEGACY_LOCATION 41 type: EVENT
42 legacy_location: true
41 panels { room: "Turn Room" name: "HIDE (1)" } 43 panels { room: "Turn Room" name: "HIDE (1)" }
42 panels { room: "Turn Room" name: "HIDE (2)" } 44 panels { room: "Turn Room" name: "HIDE (2)" }
43 panels { room: "Turn Room" name: "MORE" } 45 panels { room: "Turn Room" name: "MORE" }