Incorporated key logic prototype in the rules.
Relaxed key_layout_validation more (allows keys to lead to more keys)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user