Remove mirror clips from Inverted / No Glitches

This commit is contained in:
compiling
2020-04-15 21:35:27 +10:00
parent 8525f07e87
commit 247137e43a

View File

@@ -867,6 +867,9 @@ def forbid_overworld_glitches(world, player):
if world.mode != 'inverted':
for exit in OWGSets.get_mirror_clip_spots_dw():
set_rule(world.get_entrance(exit, player), lambda state: False)
else:
for exit in OWGSets.get_mirror_clip_spots_lw():
set_rule(world.get_entrance(exit, player), lambda state: False)
def no_glitches_rules(world, player):
if world.mode != 'inverted':