diff options
Diffstat (limited to 'apworld/player_logic.py')
| -rw-r--r-- | apworld/player_logic.py | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/apworld/player_logic.py b/apworld/player_logic.py index aea7698..d3518d9 100644 --- a/apworld/player_logic.py +++ b/apworld/player_logic.py | |||
| @@ -323,7 +323,8 @@ class Lingo2PlayerLogic: | |||
| 323 | continue | 323 | continue |
| 324 | 324 | ||
| 325 | if (door.type in [data_pb2.DoorType.STANDARD, data_pb2.DoorType.ITEM_ONLY] and | 325 | if (door.type in [data_pb2.DoorType.STANDARD, data_pb2.DoorType.ITEM_ONLY] and |
| 326 | not self.world.options.shuffle_doors): | 326 | not self.world.options.shuffle_doors and |
| 327 | not (door.daedalus_only_always_item and self.world.options.daedalus_only)): | ||
| 327 | continue | 328 | continue |
| 328 | 329 | ||
| 329 | if (door.type == data_pb2.DoorType.CONTROL_CENTER_COLOR and | 330 | if (door.type == data_pb2.DoorType.CONTROL_CENTER_COLOR and |
