Small key door limit per dungeon

RainPrevention fix
This commit is contained in:
aerinon
2022-12-16 15:56:53 -07:00
parent 99f92f3d79
commit ccb35fd1b1
5 changed files with 14 additions and 9 deletions

View File

@@ -218,7 +218,6 @@ def modify_proposal(proposed_map, explored_state, doors_to_connect, hash_code_se
else:
logger.debug(f' Re-Linking {attempt.name} -> {new_door.name}')
logger.debug(f' Re-Linking {old_attempt.name} -> {old_target.name}')
hash_code_set.add(hash_code)
return proposed_map, hash_code