Lots of cross gen work

This commit is contained in:
aerinon
2020-03-05 16:47:57 -07:00
parent 84d639ab60
commit c1783082d8
5 changed files with 378 additions and 102 deletions

View File

@@ -1024,6 +1024,7 @@ class Direction(Enum):
Up = 4
Down = 5
@unique
class Hook(Enum):
North = 0
@@ -1285,6 +1286,7 @@ class Sector(object):
self.branch_factor = None
self.dead_end_cnt = None
self.entrance_sector = None
self.destination_entrance = False
self.equations = None
def region_set(self):