Merging Limited and Chaos Crossed OWR options into Unrestricted

This commit is contained in:
codemann8
2023-09-05 03:01:49 -05:00
parent b0c9f943ef
commit 508a68e5e5
13 changed files with 26 additions and 36 deletions

2
Rom.py
View File

@@ -740,7 +740,7 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False):
elif world.owShuffle[player] == 'full':
owMode = 2
if world.owKeepSimilar[player] and (world.owShuffle[player] != 'vanilla' or world.owCrossed[player] in ['limited', 'chaos']):
if world.owKeepSimilar[player] and (world.owShuffle[player] != 'vanilla' or world.owCrossed[player] == 'unrestricted'):
owMode |= 0x0100
if world.owCrossed[player] != 'none' and (world.owCrossed[player] != 'polar' or world.owMixed[player]):
owMode |= 0x0200