about summary refs log tree commit diff stats
path: root/apworld
diff options
context:
space:
mode:
Diffstat (limited to 'apworld')
-rw-r--r--apworld/static_logic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apworld/static_logic.py b/apworld/static_logic.py index 07800f8..1ace1e7 100644 --- a/apworld/static_logic.py +++ b/apworld/static_logic.py
@@ -94,7 +94,7 @@ class Lingo2StaticLogic:
94 if door.type != data_pb2.DoorType.STANDARD: 94 if door.type != data_pb2.DoorType.STANDARD:
95 return None 95 return None
96 96
97 if len(door.keyholders) > 0 or len(door.endings) > 0: 97 if len(door.keyholders) > 0 or len(door.endings) > 0 or not door.HasField("complete_at"):
98 return None 98 return None
99 99
100 if len(door.panels) > 4: 100 if len(door.panels) > 4: