inverted issues

This commit is contained in:
qadan
2020-02-11 18:39:49 -04:00
parent e94131ab1d
commit 09a5b71a2d
2 changed files with 3 additions and 2 deletions

View File

@@ -164,4 +164,5 @@ def get_mirror_clip_spots_lw():
'''
return [
'Death Mountain Bunny Descent Mirror Spot',
]
'Death Mountain Offset Mirror',
]

View File

@@ -867,7 +867,7 @@ def forbid_overworld_glitches(world, player):
set_rule(world.get_entrance(exit, player), lambda state: False)
for exit in OWGSets.get_glitched_speed_drops_dw():
set_rule(world.get_entrance(exit, player), lambda state: False)
if world.mode[player] != 'inverted':
if world.mode != 'inverted':
for exit in OWGSets.get_mirror_clip_spots_dw():
set_rule(world.get_entrance(exit, player), lambda state: False)