From a3682262e10e2a0607a091624475fe1a745d7650 Mon Sep 17 00:00:00 2001 From: ninjamask Date: Tue, 4 Feb 2020 21:44:58 +0100 Subject: [PATCH] TT Attic Hint --- Rom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Rom.py b/Rom.py index bef3808f..a3506273 100644 --- a/Rom.py +++ b/Rom.py @@ -1736,6 +1736,7 @@ def write_strings(rom, world, player, team): tt[hint_locations.pop(0)] = this_hint hint_count -= 1 + # Adding a hint for the Thieves' Town Attic location in Crossed Doorshufle. if world.doorShuffle[player] in ['crossed']: attic_hint = world.get_location("Thieves' Town - Attic", player).parent_region.dungeon.name this_hint = 'A cracked floor can be found in ' + attic_hint + '.'