Revert forced keys change

I think I found a better way to do it
This commit is contained in:
tolmar
2019-09-15 00:27:51 -07:00
parent cce2ef12fa
commit b1e20c9c94
2 changed files with 9 additions and 13 deletions

View File

@@ -655,10 +655,9 @@ class RegionType(Enum):
class Region(object):
def __init__(self, name, type, forced_keys, hint, player):
def __init__(self, name, type, hint, player):
self.name = name
self.type = type
self.forced_keys = forced_keys
self.entrances = []
self.exits = []
self.locations = []