Fixed bug/oversight with vanilla_fill and prize_shuffle

This commit is contained in:
codemann8
2026-03-15 16:32:54 -05:00
parent 3547aef480
commit 0dbae8e21e
2 changed files with 15 additions and 5 deletions

View File

@@ -120,9 +120,6 @@ def create_item_pool_config(world):
LocationGroup('bkgt').locs(mode_grouping['GT Trash'])]
for loc_name in mode_grouping['Big Chests'] + mode_grouping['Heart Containers']:
config.reserved_locations[player].add(loc_name)
if world.prizeshuffle[player] != 'none':
for loc_name in mode_grouping['Prizes']:
config.reserved_locations[player].add(loc_name)
elif world.algorithm == 'major_only':
config.location_groups = [
LocationGroup('MajorItems'),