diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-09 16:44:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-09 16:44:09 -0400 |
commit | 8de745f4d3350ac848c9362a33e223c0ff94fdcf (patch) | |
tree | 102db82fd9c7822dd6c0d6e9a555181faf9ba00e /data/maps/the_entry/rooms/Starting Room.txtpb | |
parent | 6dc4fae2ee9b7b9145a8938e95080dba448cf44a (diff) | |
download | lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.gz lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.tar.bz2 lingo2-archipelago-8de745f4d3350ac848c9362a33e223c0ff94fdcf.zip |
Added symbol shuffle
Also fixed unlocked letters + any double letter cyan doors, and tweaked some logic related to important panels with symbols on them.
Diffstat (limited to 'data/maps/the_entry/rooms/Starting Room.txtpb')
-rw-r--r-- | data/maps/the_entry/rooms/Starting Room.txtpb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index bc77e6d..8e8373b 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb | |||
@@ -24,7 +24,9 @@ panels { | |||
24 | path: "Panels/Entry/front_1" | 24 | path: "Panels/Entry/front_1" |
25 | clue: "eye" | 25 | clue: "eye" |
26 | answer: "i" | 26 | answer: "i" |
27 | symbols: ZERO | 27 | #symbols: ZERO |
28 | # This panel blocks getting N1 and T1. We will mod it to be I/I with no symbol | ||
29 | # when symbol shuffle is on. | ||
28 | } | 30 | } |
29 | panels { | 31 | panels { |
30 | name: "HINT" | 32 | name: "HINT" |