diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-17 23:26:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-17 23:26:00 -0400 |
commit | ae83579efbbaff717241bfc79215768d825aba6c (patch) | |
tree | fa4f0d9cfc251ab49770bc779866e1f7e10afce1 /Archipelago/client.gd | |
parent | a9a6911fbd12e12e0f56f839aed2695a3e5146e6 (diff) | |
download | lingo-archipelago-ae83579efbbaff717241bfc79215768d825aba6c.tar.gz lingo-archipelago-ae83579efbbaff717241bfc79215768d825aba6c.tar.bz2 lingo-archipelago-ae83579efbbaff717241bfc79215768d825aba6c.zip |
Progressive Fearless
Diffstat (limited to 'Archipelago/client.gd')
-rw-r--r-- | Archipelago/client.gd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index 0202aba..051c560 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -33,6 +33,11 @@ const progressive_items = { | |||
33 | {"item": "Hallway Room (2) - Exit", "display": "Second Door"}, | 33 | {"item": "Hallway Room (2) - Exit", "display": "Second Door"}, |
34 | {"item": "Hallway Room (3) - Exit", "display": "Third Door"}, | 34 | {"item": "Hallway Room (3) - Exit", "display": "Third Door"}, |
35 | {"item": "Hallway Room (4) - Exit", "display": "Fourth Door"}, | 35 | {"item": "Hallway Room (4) - Exit", "display": "Fourth Door"}, |
36 | ], | ||
37 | "Progressive Fearless": | ||
38 | [ | ||
39 | {"item": "The Fearless (First Floor) - Second Floor", "display": "Second Floor"}, | ||
40 | {"item": "The Fearless (Second Floor) - Third Floor", "display": "Third Floor"}, | ||
36 | ] | 41 | ] |
37 | } | 42 | } |
38 | 43 | ||