Add files via upload

This commit is contained in:
Fouton
2021-03-12 16:57:42 -05:00
committed by GitHub
parent 0865288581
commit 2e07fc2dd0
3 changed files with 11 additions and 5 deletions

View File

@@ -171,6 +171,7 @@ def roll_settings(weights):
ret.openpyramid = goal == 'fast_ganon' if ret.shuffle in ['vanilla', 'dungeonsfull', 'dungeonssimple'] else False
ret.crystals_gt = get_choice('tower_open')
ret.crystals_ganon = get_choice('ganon_open')
if ret.goal == 'triforcehunt':
@@ -215,8 +216,7 @@ def roll_settings(weights):
ret.shufflepots = get_choice('pot_shuffle') == 'on'
ret.beemizer = int(get_choice('beemizer')) if 'beemizer' in weights else 0
inventoryweights = weights.get('startinventory', {})
startitems = []
for item in inventoryweights.keys():