From f49dffa91ae2ea13a6eabbb7c3853ed362b54eb6 Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 26 May 2021 08:37:50 -0600 Subject: [PATCH] Fix typo --- EntranceShuffle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EntranceShuffle.py b/EntranceShuffle.py index 8956770e..3da46dda 100644 --- a/EntranceShuffle.py +++ b/EntranceShuffle.py @@ -902,7 +902,7 @@ def link_entrances(world, player): # place links house if world.mode[player] == 'standard' or not world.shufflelinks[player]: - links_house = 'Links house' + links_house = 'Links House' else: links_house_doors = [i for i in entrances + entrances_must_exits if i not in Isolated_LH_Doors_Open] if world.doorShuffle[player] == 'crossed' and world.intensity[player] >= 3: