diff options
Diffstat (limited to 'data/maps/the_unyielding')
-rw-r--r-- | data/maps/the_unyielding/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_unyielding/doors.txtpb | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/data/maps/the_unyielding/connections.txtpb b/data/maps/the_unyielding/connections.txtpb index ffbb756..b541676 100644 --- a/data/maps/the_unyielding/connections.txtpb +++ b/data/maps/the_unyielding/connections.txtpb | |||
@@ -109,6 +109,11 @@ connections { | |||
109 | door { name: "Cyan Alcove" } | 109 | door { name: "Cyan Alcove" } |
110 | } | 110 | } |
111 | connections { | 111 | connections { |
112 | from_room: "Star Rooms" | ||
113 | to_room: "Black Alcove" | ||
114 | door { name: "Black Alcove" } | ||
115 | } | ||
116 | connections { | ||
112 | from_room: "White Corners" | 117 | from_room: "White Corners" |
113 | to_room: "Northeast Room 1" | 118 | to_room: "Northeast Room 1" |
114 | door { name: "Northeast Room 1 Entrance" } | 119 | door { name: "Northeast Room 1 Entrance" } |
diff --git a/data/maps/the_unyielding/doors.txtpb b/data/maps/the_unyielding/doors.txtpb index c0b2c19..b969c0b 100644 --- a/data/maps/the_unyielding/doors.txtpb +++ b/data/maps/the_unyielding/doors.txtpb | |||
@@ -198,6 +198,14 @@ doors { | |||
198 | panels { room: "Central Connected Area" name: "MET" } | 198 | panels { room: "Central Connected Area" name: "MET" } |
199 | } | 199 | } |
200 | doors { | 200 | doors { |
201 | name: "Black Alcove" | ||
202 | panels { room: "Star Rooms" name: "TURN" } | ||
203 | panels { room: "Central Connected Area" name: "HAD" } | ||
204 | panels { room: "Central Connected Area" name: "SOW" } | ||
205 | panels { room: "Central Connected Area" name: "ARK" } | ||
206 | panels { room: "Central Connected Area" name: "MET" } | ||
207 | } | ||
208 | doors { | ||
201 | name: "Hero Room Entrance" | 209 | name: "Hero Room Entrance" |
202 | type: LOCATION_ONLY | 210 | type: LOCATION_ONLY |
203 | panels { room: "Northeast Room 1" name: "HAT" } | 211 | panels { room: "Northeast Room 1" name: "HAT" } |