Palette refinement

Sanctuary starting dungeon and mirror target
Sanctuary limited to LW in open mode (non-crossed/insanity ER)
This commit is contained in:
aerinon
2020-09-09 15:49:00 -06:00
parent 804309565b
commit 973bf02b1d
14 changed files with 193 additions and 33 deletions

View File

@@ -1467,6 +1467,7 @@ class Portal(object):
self.default = True
self.destination = False
self.deadEnd = False
self.light_world = False
def change_door(self, new_door):
if new_door != self.door:
@@ -1555,6 +1556,7 @@ class DungeonInfo(object):
self.name = name
self.total = 0
self.required_passage = {}
self.sole_entrance = None
# self.dead_ends = 0 total - 1 - req = dead_ends possible