diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 14:11:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 14:11:23 -0400 |
commit | 57a08a321bb1054107afd7b91bc6c77cba5abf32 (patch) | |
tree | 29675215fcdaa37cba6ee20fd23b179bc635b267 /data/maps/the_great/doors.txtpb | |
parent | 0aa1b7c005edc97323f3e1cbbe591d9064a73475 (diff) | |
download | lingo2-archipelago-57a08a321bb1054107afd7b91bc6c77cba5abf32.tar.gz lingo2-archipelago-57a08a321bb1054107afd7b91bc6c77cba5abf32.tar.bz2 lingo2-archipelago-57a08a321bb1054107afd7b91bc6c77cba5abf32.zip |
Added lavender cubes logic
Diffstat (limited to 'data/maps/the_great/doors.txtpb')
-rw-r--r-- | data/maps/the_great/doors.txtpb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index 0389a38..f0f2fde 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -471,9 +471,13 @@ doors { | |||
471 | } | 471 | } |
472 | doors { | 472 | doors { |
473 | name: "Lavender Cube" | 473 | name: "Lavender Cube" |
474 | type: ITEM_ONLY | 474 | type: EVENT |
475 | receivers: "Components/Doors/entry_28" | 475 | receivers: "Components/Doors/entry_28" |
476 | switches: "lavender_cubes" | 476 | panels { |
477 | map: "the_ancient" | ||
478 | room: "Inside" | ||
479 | name: "COLOR" | ||
480 | } | ||
477 | } | 481 | } |
478 | doors { | 482 | doors { |
479 | name: "Zero Entrance" | 483 | name: "Zero Entrance" |