Merge branch 'SFXShuffle' into DoorDevUnstable

This commit is contained in:
aerinon
2021-08-02 12:40:52 -06:00
15 changed files with 221 additions and 7 deletions

View File

@@ -234,6 +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'
return ret