Extended new entrance/exit pool to all other connect functions

This commit is contained in:
codemann8
2021-10-02 13:40:14 -05:00
parent 9bff9e010d
commit c54bd67ddc

View File

@@ -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