diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-12 07:14:35 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-12 07:14:35 -0400 |
commit | 2bfbdf8c3de20f5de04e7593e4ee61d9b65aad51 (patch) | |
tree | b31fa6993237ae06f439097a1ea7183ebff7140c /data/maps | |
parent | cd13b00605b8455eb1d1aba180e964879d5c60db (diff) | |
download | lingo2-archipelago-2bfbdf8c3de20f5de04e7593e4ee61d9b65aad51.tar.gz lingo2-archipelago-2bfbdf8c3de20f5de04e7593e4ee61d9b65aad51.tar.bz2 lingo2-archipelago-2bfbdf8c3de20f5de04e7593e4ee61d9b65aad51.zip |
[Data] Added Theo Panels check
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/daedalus/doors.txtpb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index b82aa12..27cf90e 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb | |||
@@ -2284,3 +2284,13 @@ doors { | |||
2284 | panels { room: "Tree Entrance" name: "SUNDER" } | 2284 | panels { room: "Tree Entrance" name: "SUNDER" } |
2285 | location_room: "Tree Entrance" | 2285 | location_room: "Tree Entrance" |
2286 | } | 2286 | } |
2287 | doors { | ||
2288 | name: "Theo Panels" | ||
2289 | type: LOCATION_ONLY | ||
2290 | panels { room: "House" name: "GOAT" } | ||
2291 | panels { room: "House" name: "AMAZE" } | ||
2292 | panels { room: "House" name: "SKINNYHIM" } | ||
2293 | panels { room: "House" name: "THEO" } | ||
2294 | location_room: "House" | ||
2295 | location_name: "All Puzzles" | ||
2296 | } | ||