List nearly everything in custom yaml (spoiler skip and shuffled not the same right now)

This commit is contained in:
aerinon
2022-04-14 10:16:51 -06:00
parent 833b570af6
commit b3c9f1cf03

View File

@@ -259,7 +259,7 @@ class CustomSettings(object):
for p in self.player_range:
placements[p] = {}
for location in world.get_locations():
if location.type != LocationType.Logical and not location.skip:
if location.type != LocationType.Logical:
if location.player != location.item.player:
placements[location.player][location.name] = f'{location.item.name}#{location.item.player}'
else: