From 85bef9d15e4cafb40f49ab7fd466df1344fd240e Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 13 Jan 2021 15:00:00 +0100 Subject: [PATCH] Remove a missed instance of Skull Woods - Pinball Room special handling --- Rom.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Rom.py b/Rom.py index cc5d14cbd5..abdb38e2f0 100644 --- a/Rom.py +++ b/Rom.py @@ -2070,10 +2070,6 @@ def write_strings(rom, world, player, team): this_item = items_to_hint.pop(0) this_location = world.find_items(this_item, player) local_random.shuffle(this_location) - # This looks dumb but prevents hints for Skull Woods Pinball Room's key safely with any item pool. - if this_location: - if this_location[0].name == 'Skull Woods - Pinball Room': - this_location.pop(0) if this_location: this_hint = this_location[0].item.hint_text + ' can be found ' + hint_text(this_location[0]) + '.' tt[hint_locations.pop(0)] = this_hint