Change to |=
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -547,7 +547,7 @@ def patch_rom(world, rom, player, team, is_mystery=False):
|
|||||||
# setup dr option flags based on experimental, etc.
|
# setup dr option flags based on experimental, etc.
|
||||||
dr_flags = DROptions.NoOptions
|
dr_flags = DROptions.NoOptions
|
||||||
if world.mirrorscroll[player]:
|
if world.mirrorscroll[player]:
|
||||||
dr_flags = DROptions.Town_Portal
|
dr_flags |= DROptions.Town_Portal
|
||||||
if world.doorShuffle[player] == 'vanilla':
|
if world.doorShuffle[player] == 'vanilla':
|
||||||
dr_flags |= DROptions.Eternal_Mini_Bosses
|
dr_flags |= DROptions.Eternal_Mini_Bosses
|
||||||
if world.doorShuffle[player] not in ['vanilla', 'basic']:
|
if world.doorShuffle[player] not in ['vanilla', 'basic']:
|
||||||
|
|||||||
Reference in New Issue
Block a user