From 141b4199e9b504ed0ea40a738430561ca728fdc4 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Mon, 19 Feb 2018 22:15:21 -0500 Subject: [PATCH] Fix broken insanity mode --- EntranceShuffle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/EntranceShuffle.py b/EntranceShuffle.py index 1d2c76ea..86838c85 100644 --- a/EntranceShuffle.py +++ b/EntranceShuffle.py @@ -667,7 +667,6 @@ def link_entrances(world): # place remaining doors connect_doors(world, single_doors, door_targets) elif world.shuffle == 'insanity': - world.fix_fake_world = False # beware ye who enter here entrances = LW_Entrances + LW_Dungeon_Entrances + DW_Entrances + DW_Dungeon_Entrances + Old_Man_Entrances + ['Skull Woods Second Section Door (East)', 'Skull Woods First Section Door', 'Kakariko Well Cave', 'Bat Cave Cave', 'North Fairy Cave', 'Sanctuary', 'Lost Woods Hideout Stump', 'Lumberjack Tree Cave', 'Hyrule Castle Entrance (South)']