diff options
-rw-r--r-- | data/maps/daedalus/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/daedalus/doors.txtpb | 20 |
2 files changed, 25 insertions, 0 deletions
diff --git a/data/maps/daedalus/connections.txtpb b/data/maps/daedalus/connections.txtpb index b5cbecb..fc0af60 100644 --- a/data/maps/daedalus/connections.txtpb +++ b/data/maps/daedalus/connections.txtpb | |||
@@ -1535,3 +1535,8 @@ connections { | |||
1535 | to_room: "Pyramid Second Floor" | 1535 | to_room: "Pyramid Second Floor" |
1536 | door { name: "Pyramid Second Floor Door" } | 1536 | door { name: "Pyramid Second Floor Door" } |
1537 | } | 1537 | } |
1538 | connections { | ||
1539 | from_room: "Pyramid Second Floor" | ||
1540 | to_room: "Pyramid Top" | ||
1541 | door { name: "Pyramid Third Floor Door" } | ||
1542 | } | ||
diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index f48dcf5..1ae6cc6 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb | |||
@@ -90,6 +90,26 @@ doors { | |||
90 | panels { room: "Pyramid 5" name: "ROYAL" } | 90 | panels { room: "Pyramid 5" name: "ROYAL" } |
91 | } | 91 | } |
92 | doors { | 92 | doors { |
93 | name: "Pyramid Third Floor Door" | ||
94 | type: EVENT | ||
95 | panels { room: "Outside Pyramid" name: "PEER" } | ||
96 | panels { room: "Outside Pyramid" name: "AMID" } | ||
97 | panels { room: "Pyramid Entry" name: "TREE" } | ||
98 | panels { room: "Pyramid Entry" name: "SHAPE" } | ||
99 | panels { room: "Pyramid 3" name: "VEHICLE" } | ||
100 | panels { room: "Pyramid 4" name: "CAT" } | ||
101 | panels { room: "Pyramid 5" name: "ROYAL" } | ||
102 | panels { room: "Pyramid 6" name: "TEA" } | ||
103 | panels { room: "Pyramid 7" name: "ARTIST" } | ||
104 | panels { room: "Pyramid 8" name: "INSTRUMENT" } | ||
105 | panels { room: "Pyramid Second Floor" name: "TOOL" } | ||
106 | panels { room: "Pyramid Second Floor" name: "SODA" } | ||
107 | panels { room: "Pyramid Second Floor" name: "ORGAN" } | ||
108 | panels { room: "Pyramid Second Floor" name: "DIAMOND" } | ||
109 | panels { room: "Pyramid Second Floor" name: "INSTRUMENT" } | ||
110 | panels { room: "Pyramid Second Floor" name: "BEVERAGE" } | ||
111 | } | ||
112 | doors { | ||
93 | name: "Pyramid 9 Blocker" | 113 | name: "Pyramid 9 Blocker" |
94 | type: EVENT | 114 | type: EVENT |
95 | panels { room: "Pyramid Second Floor" name: "TOOL" } | 115 | panels { room: "Pyramid Second Floor" name: "TOOL" } |