Fix incorrect references to world.shuffle_ganon

This commit is contained in:
codemann8
2022-11-13 16:28:23 -06:00
parent ff6bbbf1fc
commit ab409baec1
3 changed files with 13 additions and 13 deletions

View File

@@ -613,7 +613,7 @@ def shuffle_tiles(world, groups, result_list, do_grouped, player):
parity[5] += 1
if 0x1b in group and world.mode[player] != 'standard':
parity[5] += 1
if 0x1b in group and world.shuffle_ganon:
if 0x1b in group and world.shuffle_ganon[player]:
parity[5] -= 1
group_parity[group[0]] = parity