about summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/door_groups.txtpb4
-rw-r--r--data/maps/the_great/doors.txtpb6
-rw-r--r--data/maps/the_great/rooms/Main Area.txtpb1
3 files changed, 11 insertions, 0 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index bc8cdf6..a90bc9a 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb
@@ -118,6 +118,10 @@ door_groups {
118 name: "Tower Entrance" 118 name: "Tower Entrance"
119 } 119 }
120 doors { 120 doors {
121 map: "the_great"
122 name: "Cyan Doors"
123 }
124 doors {
121 map: "the_parthenon" 125 map: "the_parthenon"
122 name: "Double Letters" 126 name: "Double Letters"
123 } 127 }
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 992b4fa..0389a38 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb
@@ -498,3 +498,9 @@ doors {
498 panels { room: "Back Area" name: "PAINTING" } 498 panels { room: "Back Area" name: "PAINTING" }
499 location_room: "Back Area" 499 location_room: "Back Area"
500} 500}
501doors {
502 name: "Cyan Doors"
503 type: EVENT
504 receivers: "Panels/General/entry_7/teleportListener"
505 double_letters: true
506}
diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index 18bcf9b..82ec48c 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb
@@ -111,6 +111,7 @@ panels {
111 answer: "high" 111 answer: "high"
112 symbols: SUN 112 symbols: SUN
113 symbols: ZERO 113 symbols: ZERO
114 required_door { name: "Cyan Doors" }
114} 115}
115panels { 116panels {
116 name: "CURT" 117 name: "CURT"