diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-28 17:15:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-28 17:15:09 -0400 |
commit | 51c4886f15e7e10cdee2d5b2f92510c700f0c537 (patch) | |
tree | 7d267cbc5e0f4632878045f554b3a3f13e5d83eb /data/maps/the_great | |
parent | 5a2d1f6f2462636d8389adb46ba3ff237ffe32c7 (diff) | |
download | lingo2-archipelago-51c4886f15e7e10cdee2d5b2f92510c700f0c537.tar.gz lingo2-archipelago-51c4886f15e7e10cdee2d5b2f92510c700f0c537.tar.bz2 lingo2-archipelago-51c4886f15e7e10cdee2d5b2f92510c700f0c537.zip |
[Data] Replace move_paintings with receivers
Also fixed castle stairs.
Diffstat (limited to 'data/maps/the_great')
-rw-r--r-- | data/maps/the_great/doors.txtpb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 463eaba..be7cd00 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -98,7 +98,8 @@ doors { | |||
98 | doors { | 98 | doors { |
99 | name: "Savory Painting" | 99 | name: "Savory Painting" |
100 | type: STANDARD | 100 | type: STANDARD |
101 | move_paintings { room: "West Side" name: "EXTRAVAGANT" } | 101 | #move_paintings { room: "West Side" name: "EXTRAVAGANT" } |
102 | receivers: "Components/Paintings/unless/teleportListener" | ||
102 | panels { room: "West Side" name: "SAVORY" } | 103 | panels { room: "West Side" name: "SAVORY" } |
103 | panels { room: "West Side" name: "FLAVORS" } | 104 | panels { room: "West Side" name: "FLAVORS" } |
104 | location_room: "West Side" | 105 | location_room: "West Side" |