This commit is contained in:
qadan
2020-02-19 20:50:36 -04:00
parent 2936dfcd93
commit 60f0ffdab3

View File

@@ -221,7 +221,7 @@ def distribute_items_restrictive(world, gftower_trash_count=0, fill_locations=No
# fill in gtower locations with trash first
for player in range(1, world.players + 1):
if world.ganonstower_vanilla[player] and world.logic[player] not in ['owglitches']:
if world.ganonstower_vanilla[player] and world.logic not in ['owglitches']:
gtower_locations = [location for location in fill_locations if 'Ganons Tower' in location.name and location.player == player]
random.shuffle(gtower_locations)
trashcnt = 0