Customizer option to always allow flipping Sanctuary

This commit is contained in:
codemann8
2024-05-11 13:34:42 -05:00
parent 3f60eb79e5
commit 1f66aa87fe
6 changed files with 12 additions and 13 deletions

View File

@@ -517,7 +517,7 @@ fixed_take_anys = [
def set_up_take_anys(world, player, skip_adjustments=False):
if world.mode[player] == 'inverted':
if world.is_dark_chapel_start(player):
if 'Dark Sanctuary Hint' in take_any_locations:
take_any_locations.remove('Dark Sanctuary Hint')
if world.is_tile_swapped(0x29, player):