Re-add vanilla_placements yamls
This commit is contained in:
3
Main.py
3
Main.py
@@ -1291,6 +1291,9 @@ def create_playthrough(world):
|
||||
for location in sphere:
|
||||
if world.goal[location.player] == 'completionist':
|
||||
continue # every location for that player is required
|
||||
if location.item.type == "SmallKey":
|
||||
continue
|
||||
|
||||
# we remove the item at location and check if game is still beatable
|
||||
logging.getLogger('').debug('Checking if %s (Player %d) is required to beat the game.', location.item.name, location.item.player)
|
||||
old_item = location.item
|
||||
|
||||
Reference in New Issue
Block a user