diff options
Diffstat (limited to 'Archipelago/client.gd')
-rw-r--r-- | Archipelago/client.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index 68528f6..b93e1cc 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -40,7 +40,7 @@ const progressive_items = { | |||
40 | ], | 40 | ], |
41 | "Progressive Hallway Room": | 41 | "Progressive Hallway Room": |
42 | [ | 42 | [ |
43 | {"item": "Outside The Agreeable - Hallway Door", "display": "First Door"}, | 43 | {"item": "Hallway Room (1) - Exit", "display": "First Door"}, |
44 | {"item": "Hallway Room (2) - Exit", "display": "Second Door"}, | 44 | {"item": "Hallway Room (2) - Exit", "display": "Second Door"}, |
45 | {"item": "Hallway Room (3) - Exit", "display": "Third Door"}, | 45 | {"item": "Hallway Room (3) - Exit", "display": "Third Door"}, |
46 | {"item": "Hallway Room (4) - Exit", "display": "Fourth Door"}, | 46 | {"item": "Hallway Room (4) - Exit", "display": "Fourth Door"}, |
@@ -77,6 +77,7 @@ const progressive_items = { | |||
77 | const kTHE_END = 0 | 77 | const kTHE_END = 0 |
78 | const kTHE_MASTER = 1 | 78 | const kTHE_MASTER = 1 |
79 | const kLEVEL_2 = 2 | 79 | const kLEVEL_2 = 2 |
80 | const kPILGRIMAGE = 3 | ||
80 | 81 | ||
81 | const kNO_PANEL_SHUFFLE = 0 | 82 | const kNO_PANEL_SHUFFLE = 0 |
82 | const kREARRANGE_PANELS = 1 | 83 | const kREARRANGE_PANELS = 1 |