inverted issues
This commit is contained in:
@@ -164,4 +164,5 @@ def get_mirror_clip_spots_lw():
|
||||
'''
|
||||
return [
|
||||
'Death Mountain Bunny Descent Mirror Spot',
|
||||
]
|
||||
'Death Mountain Offset Mirror',
|
||||
]
|
||||
|
||||
2
Rules.py
2
Rules.py
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user