From de6f3683d0ae9b7b9ac0bea7a8f95d1743a94326 Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 12 Aug 2021 13:45:51 -0600 Subject: [PATCH] Fixed bug with sfx_shuffle in mystery --- Mystery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystery.py b/Mystery.py index 306b5c27..c0666e6a 100644 --- a/Mystery.py +++ b/Mystery.py @@ -234,7 +234,7 @@ def roll_settings(weights): ret.heartbeep = get_choice('heartbeep', romweights) ret.ow_palettes = get_choice('ow_palettes', romweights) ret.uw_palettes = get_choice('uw_palettes', romweights) - ret.uw_palettes = get_choice('shuffle_sfx', romweights) == 'on' + ret.shuffle_sfx = get_choice('shuffle_sfx', romweights) == 'on' return ret