OoT: regions are not barren if they contain never-exclude items
This commit is contained in:
parent
8c1690ef65
commit
779f3a8a61
|
@ -847,7 +847,7 @@ class OOTWorld(World):
|
|||
if loc.player in barren_hint_players:
|
||||
hint_area = get_hint_area(loc)
|
||||
items_by_region[loc.player][hint_area]['weight'] += 1
|
||||
if loc.item.advancement:
|
||||
if loc.item.advancement or loc.item.never_exclude:
|
||||
items_by_region[loc.player][hint_area]['is_barren'] = False
|
||||
if loc.player in woth_hint_players and loc.item.advancement:
|
||||
# Skip item at location and see if game is still beatable
|
||||
|
|
Loading…
Reference in New Issue