split building owg connections and setting the rules for those connections

This commit is contained in:
espeon65536
2021-08-31 14:47:57 -05:00
committed by Fabian Dill
parent 138c884684
commit 7972aa6320
3 changed files with 36 additions and 12 deletions

View File

@@ -56,11 +56,11 @@ def set_rules(world):
# entrances. The overworld_glitches_rules set is primarily additive.
no_glitches_rules(world, player)
fake_flipper_rules(world, player)
overworld_glitches_rules(world, player)
# overworld_glitches_rules(world, player)
elif world.logic[player] in ['hybridglitches', 'nologic']:
no_glitches_rules(world, player)
fake_flipper_rules(world, player)
overworld_glitches_rules(world, player)
# overworld_glitches_rules(world, player)
underworld_glitches_rules(world, player)
elif world.logic[player] == 'minorglitches':
no_glitches_rules(world, player)