Expanded and restructured OW Shuffle to include more Crossed options

This commit is contained in:
codemann8
2021-08-24 02:39:24 -05:00
parent d1b0b57d53
commit b2bcdfd286
14 changed files with 344 additions and 421 deletions

View File

@@ -135,8 +135,8 @@ def roll_settings(weights):
overworld_shuffle = get_choice('overworld_shuffle')
ret.ow_shuffle = overworld_shuffle if overworld_shuffle != 'none' else 'vanilla'
ret.ow_crossed = get_choice('overworld_crossed')
ret.ow_keepsimilar = get_choice('overworld_keepsimilar') == 'on'
ret.ow_crossed = get_choice('overworld_crossed') == 'on'
ret.ow_mixed = get_choice('overworld_mixed') == 'on'
overworld_flute = get_choice('flute_shuffle')
ret.ow_fluteshuffle = overworld_flute if overworld_flute != 'none' else 'vanilla'