Crossed Dungeon generation work

-Added a bunch of crystal switch logic
-Added a check for maiden backtracking
-OrderedFrozenSet to prevent randomization leaks with the same seed
-A few key improvements from an outstanding PR
This commit is contained in:
aerinon
2020-08-13 16:23:40 -06:00
parent df52ca2730
commit 2eb6c1ebc0
5 changed files with 464 additions and 351 deletions

View File

@@ -1120,6 +1120,7 @@ pol_comp = {
'Mod': lambda x: 0 if x == 0 else 1
}
@unique
class PolSlot(Enum):
NorthSouth = 0