Fix can_beat_game error
Add start_region awareness to door finder combinations Added dungeon table
This commit is contained in:
@@ -441,8 +441,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):
|
||||
|
||||
Reference in New Issue
Block a user