Fixed Flute Shuffle overwriting OW Swap in Mystery

This commit is contained in:
codemann8
2021-07-29 06:51:18 -05:00
parent 64fd35f7fc
commit 730b97b37f

View File

@@ -137,7 +137,7 @@ def roll_settings(weights):
ret.ow_swap = overworld_swap if overworld_swap != 'none' else 'vanilla'
ret.ow_keepsimilar = get_choice('overworld_keepsimilar')
overworld_flute = get_choice('flute_shuffle')
ret.ow_swap = overworld_flute if overworld_flute != 'none' else 'vanilla'
ret.ow_fluteshuffle = overworld_flute if overworld_flute != 'none' else 'vanilla'
entrance_shuffle = get_choice('entrance_shuffle')
ret.shuffle = entrance_shuffle if entrance_shuffle != 'none' else 'vanilla'
door_shuffle = get_choice('door_shuffle')