From 60f0ffdab3625c69d505f055f85529b11de55de6 Mon Sep 17 00:00:00 2001 From: qadan Date: Wed, 19 Feb 2020 20:50:36 -0400 Subject: [PATCH] typo --- Fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fill.py b/Fill.py index 527fb559..56295749 100644 --- a/Fill.py +++ b/Fill.py @@ -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