Pull in OR 0.7.0.1 #2

Merged
karafruit merged 54 commits from codemann_OverworldShuffle into beta 2026-01-26 04:19:24 +00:00
Showing only changes of commit 24d8da3810 - Show all commits

View File

@@ -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)]
def interesting_item(location, item, world, player):
if location.event or location.locked:
return True
if item.advancement:
return True
if item.type is not None or item.name.startswith('Rupee'):