Incorporated key logic prototype in the rules.

Relaxed key_layout_validation more (allows keys to lead to more keys)
This commit is contained in:
aerinon
2019-10-08 16:57:27 -06:00
parent db155950f2
commit 2ced48c691
6 changed files with 308 additions and 134 deletions

View File

@@ -963,6 +963,7 @@ class Sector(object):
def __init__(self):
self.regions = []
self.outstanding_doors = []
self.name = None
# todo: make these lazy init? - when do you invalidate them
def polarity(self):