about summary refs log tree commit diff stats
path: root/Archipelago/client.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago/client.gd')
-rw-r--r--Archipelago/client.gd5
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