Disallow money balancing to apply to locked and event items
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -1054,6 +1054,8 @@ def balance_money_progression(world):
|
|||||||
return [loc for loc in locations if sphere_state.can_reach(loc) and sphere_state.not_flooding_a_key(sphere_state.world, loc)]
|
return [loc for loc in locations if sphere_state.can_reach(loc) and sphere_state.not_flooding_a_key(sphere_state.world, loc)]
|
||||||
|
|
||||||
def interesting_item(location, item, world, player):
|
def interesting_item(location, item, world, player):
|
||||||
|
if location.event or location.locked:
|
||||||
|
return True
|
||||||
if item.advancement:
|
if item.advancement:
|
||||||
return True
|
return True
|
||||||
if item.type is not None or item.name.startswith('Rupee'):
|
if item.type is not None or item.name.startswith('Rupee'):
|
||||||
|
|||||||
Reference in New Issue
Block a user