Fix can_beat_game error

Add start_region awareness to door finder combinations
Added dungeon table
This commit is contained in:
aerinon
2021-08-26 15:21:10 -06:00
parent b2a6e4a7d4
commit 5614dea2b5
4 changed files with 47 additions and 20 deletions

View File

@@ -438,8 +438,6 @@ class World(object):
return True
state = starting_state.copy()
else:
if self.has_beaten_game(self.state):
return True
state = CollectionState(self)
if self.has_beaten_game(state):