From 6193eafb7b7686438c17309c5a83e669c85c3aa6 Mon Sep 17 00:00:00 2001 From: Bondo <38083232+BadmoonzZ@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:01:41 -0500 Subject: [PATCH] Update Text.py (#274) Changed the Houlihan hint tile to list the winner of the SGLive 2021 tournament in similar style to alttp tournament winners. --- worlds/alttp/Text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/alttp/Text.py b/worlds/alttp/Text.py index 2449f2a7..b479a9b8 100644 --- a/worlds/alttp/Text.py +++ b/worlds/alttp/Text.py @@ -1716,7 +1716,7 @@ class TextTable(object): text['telepathic_tile_tower_of_hera_entrance'] = CompressedTextMapper.convert( "{NOBORDER}\nThis is a bad place, with a guy who will make you fall…\n\n\na lot.") text['houlihan_room'] = CompressedTextMapper.convert( - "Have a Multiworld Tournament\nand we can list the winners here.") + "Multiworld Tournament winners\nSGLive 2021 BadmoonZ") text['caught_a_bee'] = CompressedTextMapper.convert("Caught a Bee\n ≥ keep\n release\n{CHOICE}") text['caught_a_fairy'] = CompressedTextMapper.convert("Caught Fairy!\n ≥ keep\n release\n{CHOICE}") text['no_empty_bottles'] = CompressedTextMapper.convert("Whoa, bucko!\nNo empty bottles.")