about summary refs log tree commit diff stats
path: root/apworld/static_logic.py
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/static_logic.py')
-rw-r--r--apworld/static_logic.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/apworld/static_logic.py b/apworld/static_logic.py index 702f30b..8e07b82 100644 --- a/apworld/static_logic.py +++ b/apworld/static_logic.py
@@ -31,8 +31,7 @@ class Lingo2StaticLogic:
31 location_name = self.get_door_location_name(door) 31 location_name = self.get_door_location_name(door)
32 self.location_id_to_name[door.ap_id] = location_name 32 self.location_id_to_name[door.ap_id] = location_name
33 33
34 if door.type not in [data_pb2.DoorType.EVENT, data_pb2.DoorType.LOCATION_ONLY, data_pb2.DoorType.GRAVESTONE, 34 if door.type not in [data_pb2.DoorType.EVENT, data_pb2.DoorType.LOCATION_ONLY, data_pb2.DoorType.GRAVESTONE]:
35 data_pb2.DoorType.LEGACY_LOCATION]:
36 item_name = self.get_door_item_name(door) 35 item_name = self.get_door_item_name(door)
37 self.item_id_to_name[door.ap_id] = item_name 36 self.item_id_to_name[door.ap_id] = item_name
38 37