From 166b24c4b212361cd1d3dbe2b85b4d7fa6f613a2 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 29 Jul 2021 03:46:57 -0500 Subject: [PATCH] Fixed mystery terminology for OW modes --- Mystery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mystery.py b/Mystery.py index fa17ece5..7b46e72b 100644 --- a/Mystery.py +++ b/Mystery.py @@ -135,8 +135,8 @@ def roll_settings(weights): ret.ow_shuffle = overworld_shuffle if overworld_shuffle != 'none' else 'vanilla' overworld_swap = get_choice('overworld_swap') ret.ow_swap = overworld_swap if overworld_swap != 'none' else 'vanilla' - ret.ow_keepsimilar = get_choice('ow_keepsimilar') - overworld_flute = get_choice('overworld_flute') + ret.ow_keepsimilar = get_choice('overworld_keepsimilar') + overworld_flute = get_choice('flute_shuffle') ret.ow_swap = overworld_flute if overworld_flute != 'none' else 'vanilla' entrance_shuffle = get_choice('entrance_shuffle') ret.shuffle = entrance_shuffle if entrance_shuffle != 'none' else 'vanilla'