Merged DR v0.4.0.5

This commit is contained in:
codemann8
2021-06-03 11:36:24 -05:00
8 changed files with 94 additions and 28 deletions

View File

@@ -190,9 +190,9 @@ def roll_settings(weights):
ret.item_functionality = get_choice('item_functionality')
old_style_bosses = {'simple': 'basic',
'full': 'normal',
'random': 'chaos'}
old_style_bosses = {'basic': 'simple',
'normal': 'full',
'chaos': 'random'}
boss_choice = get_choice('boss_shuffle')
if boss_choice in old_style_bosses.keys():
boss_choice = old_style_bosses[boss_choice]