Changed Standard+Inverted to include Sanc screen in fixed Std screens
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user