diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-23 02:34:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 08:34:47 +0200 |
commit | cccdf6481571cd883c9519cde0a717b6f336fbda (patch) | |
tree | e321f8eb2b6d1ad40b47a99a2bf0279902c9e5b9 /data/LL1.yaml | |
parent | 5c54e52bfe88c5ee91828a3eea1d2cecfee8af45 (diff) | |
download | lingo-apworld-cccdf6481571cd883c9519cde0a717b6f336fbda.tar.gz lingo-apworld-cccdf6481571cd883c9519cde0a717b6f336fbda.tar.bz2 lingo-apworld-cccdf6481571cd883c9519cde0a717b6f336fbda.zip |
Lingo: Add pilgrimage logic through Starting Room (#3654)
* Lingo: Add pilgrimage logic through Starting Room * Added unit test * Reverse order of two doors in unit test * Remove print statements from TestPilgrimage * Update generated.dat
Diffstat (limited to 'data/LL1.yaml')
-rw-r--r-- | data/LL1.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/LL1.yaml b/data/LL1.yaml index 970063d..e12ca02 100644 --- a/data/LL1.yaml +++ b/data/LL1.yaml | |||
@@ -140,6 +140,15 @@ | |||
140 | painting: True | 140 | painting: True |
141 | The Colorful: | 141 | The Colorful: |
142 | painting: True | 142 | painting: True |
143 | Welcome Back Area: | ||
144 | room: Welcome Back Area | ||
145 | door: Shortcut to Starting Room | ||
146 | Second Room: | ||
147 | door: Main Door | ||
148 | Hidden Room: | ||
149 | door: Back Right Door | ||
150 | Rhyme Room (Looped Square): | ||
151 | door: Rhyme Room Entrance | ||
143 | panels: | 152 | panels: |
144 | HI: | 153 | HI: |
145 | id: Entry Room/Panel_hi_hi | 154 | id: Entry Room/Panel_hi_hi |