From 5322fdf9fc829566be5ec22f1f0fae0bd2d4c186 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 24 Oct 2025 14:13:39 -0400 Subject: Removed 3 the_advanced checks + added 1 the_stellar check --- data/maps/the_advanced/doors.txtpb | 38 -------------------------------------- data/maps/the_stellar/doors.txtpb | 9 +++++++++ 2 files changed, 9 insertions(+), 38 deletions(-) (limited to 'data/maps') diff --git a/data/maps/the_advanced/doors.txtpb b/data/maps/the_advanced/doors.txtpb index fbe7ab1..fed24a8 100644 --- a/data/maps/the_advanced/doors.txtpb +++ b/data/maps/the_advanced/doors.txtpb @@ -8,44 +8,6 @@ doors { panels { room: "Main Area" name: "Blank (5)" } location_room: "Main Area" } -doors { - name: "West Wall Puzzles" - type: LOCATION_ONLY - panels { room: "Main Area" name: "BIRD" } - panels { room: "Main Area" name: "UNBOTTLING" } - panels { room: "Main Area" name: "ORGANIZATION" } - panels { room: "Main Area" name: "ORDER (1)" } - panels { room: "Main Area" name: "ORDER (2)" } - panels { room: "Main Area" name: "ORDER (3)" } - panels { room: "Main Area" name: "DECK (1)" } - panels { room: "Main Area" name: "DECK (2)" } - panels { room: "Main Area" name: "DECK (3)" } - location_room: "Main Area" -} -doors { - name: "North Wall Puzzles" - type: LOCATION_ONLY - panels { room: "Main Area" name: "OBSERVE" } - panels { room: "Main Area" name: "I" } - panels { room: "Main Area" name: "REST" } - panels { room: "Main Area" name: "THE" } - panels { room: "Main Area" name: "LIVES" } - location_room: "Main Area" -} -doors { - name: "East Wall Puzzles" - type: LOCATION_ONLY - panels { room: "Main Area" name: "DAIRY (1)" } - panels { room: "Main Area" name: "DAIRY (2)" } - panels { room: "Main Area" name: "DAIRY SAUCE" } - panels { room: "Main Area" name: "GULLIBLE (1)" } - panels { room: "Main Area" name: "GULLIBLE (2)" } - panels { room: "Main Area" name: "GULLIBLE (3)" } - panels { room: "Main Area" name: "FRUIT (1)" } - panels { room: "Main Area" name: "FRUIT (2)" } - panels { room: "Main Area" name: "FRUIT FRUIT" } - location_room: "Main Area" -} doors { name: "CBA Door" type: EVENT diff --git a/data/maps/the_stellar/doors.txtpb b/data/maps/the_stellar/doors.txtpb index f4a755a..0656885 100644 --- a/data/maps/the_stellar/doors.txtpb +++ b/data/maps/the_stellar/doors.txtpb @@ -84,3 +84,12 @@ doors { receivers: "Components/Doors/entry_13" panels { room: "Blue Panel" name: "BLUE" } } +doors { + name: "Question Panels" + type: LOCATION_ONLY + panels { room: "Connected Area" name: "HERE" } + panels { room: "Connected Area" name: "WHERE" } + panels { room: "Connected Area" name: "QUESTION (1)" } + panels { room: "Connected Area" name: "QUESTION (2)" } + location_room: "Connected Area" +} -- cgit 1.4.1