diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-13 23:56:49 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-13 23:56:49 -0400 |
| commit | c474cb27e4e68e64f98f8fe0375a63c5c3552705 (patch) | |
| tree | f5015a32652061939f8ada58e0506b49fa249516 /apworld/player_logic.py | |
| parent | 79321fca348b5126467fa64258b3c0340cc8b110 (diff) | |
| download | lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.tar.gz lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.tar.bz2 lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.zip | |
Assigned IDs for the_gallery
Diffstat (limited to 'apworld/player_logic.py')
| -rw-r--r-- | apworld/player_logic.py | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/apworld/player_logic.py b/apworld/player_logic.py index 8b240b5..7209ee5 100644 --- a/apworld/player_logic.py +++ b/apworld/player_logic.py | |||
| @@ -160,4 +160,8 @@ class Lingo2PlayerLogic: | |||
| 160 | for room in door.rooms: | 160 | for room in door.rooms: |
| 161 | reqs.rooms.add(self.world.static_logic.get_room_region_name(room)) | 161 | reqs.rooms.add(self.world.static_logic.get_room_region_name(room)) |
| 162 | 162 | ||
| 163 | for sub_door_id in door.doors: | ||
| 164 | sub_reqs = self.get_door_reqs(sub_door_id) | ||
| 165 | reqs.merge(sub_reqs) | ||
| 166 | |||
| 163 | return reqs | 167 | return reqs |
