Changed Standard+Inverted to include Sanc screen in fixed Std screens

This commit is contained in:
codemann8
2022-08-17 14:38:19 -05:00
parent 6455cad361
commit f2d7cdca1b

View File

@@ -615,7 +615,7 @@ def shuffle_tiles(world, groups, result_list, do_grouped, player):
# tile shuffle happens here # tile shuffle happens here
removed = list() removed = list()
for group in groups: for group in groups:
# if 0x1b in group[0] or (0x1a in group[0] and world.owCrossed[player] == 'none'): # TODO: Standard + Inverted #if 0x1b in group[0] or 0x13 in group[0] or (0x1a in group[0] and world.owCrossed[player] == 'none'): # TODO: Standard + Inverted
if random.randint(0, 1): if random.randint(0, 1):
removed.append(group) removed.append(group)