Re-add vanilla_placements yamls

This commit is contained in:
2026-05-25 00:21:55 -05:00
parent 5f1c08920f
commit 6fe0c233a8
3 changed files with 532 additions and 0 deletions

View File

@@ -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