Small bugfix for OWR Customizer stuff
This commit is contained in:
@@ -920,9 +920,9 @@ def determine_forced_flips(world, tile_ow_groups, player):
|
|||||||
merged_owids = list(custom_flips['force_together'].values())
|
merged_owids = list(custom_flips['force_together'].values())
|
||||||
|
|
||||||
for group in tile_ow_groups:
|
for group in tile_ow_groups:
|
||||||
if any(owid in group[0]+group[1] for owid in forced_nonflips):
|
if any(owid in group for owid in forced_nonflips):
|
||||||
nonflipped_groups.append(group)
|
nonflipped_groups.append(group)
|
||||||
if any(owid in group[0]+group[1] for owid in forced_flips):
|
if any(owid in group for owid in forced_flips):
|
||||||
flipped_groups.append(group)
|
flipped_groups.append(group)
|
||||||
|
|
||||||
if undefined_chance == 0:
|
if undefined_chance == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user