From 55e5d0aa958c4ab9b4161743d28d924b60bf496d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 13:42:25 -0400 Subject: [Data] the_great/BYE is behind a "cyan door" --- data/door_groups.txtpb | 4 ++++ data/maps/the_great/doors.txtpb | 6 ++++++ data/maps/the_great/rooms/Main Area.txtpb | 1 + 3 files changed, 11 insertions(+) (limited to 'data') 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 @@ -117,6 +117,10 @@ door_groups { map: "the_great" name: "Tower Entrance" } + doors { + map: "the_great" + name: "Cyan Doors" + } doors { map: "the_parthenon" name: "Double Letters" 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 { panels { room: "Back Area" name: "PAINTING" } location_room: "Back Area" } +doors { + name: "Cyan Doors" + type: EVENT + receivers: "Panels/General/entry_7/teleportListener" + double_letters: true +} 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 { answer: "high" symbols: SUN symbols: ZERO + required_door { name: "Cyan Doors" } } panels { name: "CURT" -- cgit 1.4.1