diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 12:42:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 12:42:31 -0400 |
commit | 6af543ba049e3ba880b113907cd5222b205b8c05 (patch) | |
tree | 58a17c86870db0e67e30e20b7349aee69fba4e82 /data/maps/the_unyielding | |
parent | 215b576cc816f6f378d057b330ef01f02539602a (diff) | |
download | lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.tar.gz lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.tar.bz2 lingo2-archipelago-6af543ba049e3ba880b113907cd5222b205b8c05.zip |
Add cyan door behavior option
Diffstat (limited to 'data/maps/the_unyielding')
-rw-r--r-- | data/maps/the_unyielding/doors.txtpb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/maps/the_unyielding/doors.txtpb b/data/maps/the_unyielding/doors.txtpb index b9d0d77..a3c3999 100644 --- a/data/maps/the_unyielding/doors.txtpb +++ b/data/maps/the_unyielding/doors.txtpb | |||
@@ -499,5 +499,8 @@ doors { | |||
499 | doors { | 499 | doors { |
500 | name: "Cyan Doors" | 500 | name: "Cyan Doors" |
501 | type: EVENT | 501 | type: EVENT |
502 | receivers: "Components/Doors/entry_4" | ||
503 | receivers: "Panels/Miscellaneous/entry_2/teleportListener" | ||
504 | receivers: "Panels/Miscellaneous/entry_3/teleportListener" | ||
502 | double_letters: true | 505 | double_letters: true |
503 | } | 506 | } |