Moving OWG connection creation to after Mixed OWR but before Crossed/Layout OWR

This commit is contained in:
codemann8
2022-10-24 20:17:44 -05:00
parent 9b2d13bcd0
commit 1912504c93
2 changed files with 5 additions and 4 deletions

View File

@@ -176,6 +176,9 @@ def link_overworld(world, player):
connect_simple(world, exitname, regionname, player)
categorize_world_regions(world, player)
if world.logic[player] in ('owglitches', 'nologic'):
create_owg_connections(world, player)
# crossed shuffle
logging.getLogger('').debug('Crossing overworld edges')