make owg entrances in inverted
This commit is contained in:
parent
17929415ee
commit
fb0f70b3e3
|
@ -1774,6 +1774,8 @@ def link_inverted_entrances(world, player):
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError('Shuffling not supported yet')
|
raise NotImplementedError('Shuffling not supported yet')
|
||||||
|
|
||||||
|
if world.logic[player] in ['owglitches', 'hybridglitches', 'nologic']:
|
||||||
|
overworld_glitch_connections(world, player)
|
||||||
# mandatory hybrid major glitches connections
|
# mandatory hybrid major glitches connections
|
||||||
if world.logic[player] in ['hybridglitches', 'nologic']:
|
if world.logic[player] in ['hybridglitches', 'nologic']:
|
||||||
underworld_glitch_connections(world, player)
|
underworld_glitch_connections(world, player)
|
||||||
|
|
Loading…
Reference in New Issue