From c54bd67ddc33331b5e0f9d3cc530e18f485cb2fc Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sat, 2 Oct 2021 13:40:14 -0500 Subject: [PATCH] Extended new entrance/exit pool to all other connect functions --- EntranceShuffle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EntranceShuffle.py b/EntranceShuffle.py index 6e77d33b..89d23201 100644 --- a/EntranceShuffle.py +++ b/EntranceShuffle.py @@ -13,8 +13,8 @@ def link_entrances(world, player): global entrance_pool, exit_pool, ignore_pool entrance_pool = Entrance_Pool_Base.copy() exit_pool = Exit_Pool_Base.copy() - default_drops = default_drop_connections.copy() - default_dropexits = default_dropexit_connections.copy() + drop_connections = default_drop_connections.copy() + dropexit_connections = default_dropexit_connections.copy() isolated_entrances = Isolated_LH_Doors.copy() # modifications to lists