Moving OWG connection creation to after Mixed OWR but before Crossed/Layout OWR
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user