Improve exclusion calculation

This commit is contained in:
aerinon
2021-08-30 15:21:25 -06:00
parent 67c4fee636
commit 07287d85a7
3 changed files with 4 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ class World(object):
self._room_cache = {}
self.dungeon_layouts = {}
self.inaccessible_regions = {}
self.enabled_entrances = {}
self.key_logic = {}
self.pool_adjustment = {}
self.key_layout = defaultdict(dict)