Fix issue with SP not flooding lobby in vanilla DR/ER

This commit is contained in:
codemann8
2021-10-30 18:47:14 -05:00
parent 8efed3a829
commit c9307d3640

View File

@@ -658,7 +658,7 @@ def link_entrances(world, player):
ignore_pool = True ignore_pool = True
# check for swamp palace fix # check for swamp palace fix
if not (world.get_entrance('Dam', player).connected_region.name in ['Dam', 'Swamp Portal'] and world.get_entrance('Swamp Palace', player).connected_region.name == ['Dam', 'Swamp Portal']): if not (world.get_entrance('Dam', player).connected_region.name in ['Dam', 'Swamp Portal'] and world.get_entrance('Swamp Palace', player).connected_region.name in ['Dam', 'Swamp Portal']):
world.swamp_patch_required[player] = True world.swamp_patch_required[player] = True
# check for potion shop location # check for potion shop location