From b3c9f1cf03d4ae7c79940b4d84177157607dde59 Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 14 Apr 2022 10:16:51 -0600 Subject: [PATCH] List nearly everything in custom yaml (spoiler skip and shuffled not the same right now) --- source/classes/CustomSettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/classes/CustomSettings.py b/source/classes/CustomSettings.py index 7aef1796..0145c319 100644 --- a/source/classes/CustomSettings.py +++ b/source/classes/CustomSettings.py @@ -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: