Tower of Hera Door

Logical Doors
This commit is contained in:
aerinon
2019-09-19 14:40:16 -06:00
parent 2f659da39f
commit 6534aaecc6
7 changed files with 154 additions and 113 deletions

View File

@@ -894,17 +894,6 @@ class Door(object):
return '%s' % self.name
class RegionChunk(object):
def __init__(self):
self.regions = []
self.outflow = 0
self.paths_needed = []
self.chests = 0
self.entrance = False
self.unlinked_doors = set([])
class Sector(object):
def __init__(self):