Implement Return Old Man already in starting inventory

This commit is contained in:
codemann8
2023-12-07 13:04:24 -06:00
parent bcd311980b
commit a6f244cd01
3 changed files with 12 additions and 1 deletions

View File

@@ -1541,6 +1541,7 @@ def standard_rules(world, player):
world.get_entrance('Uncle S&Q', player).hide_path = True
set_rule(world.get_entrance('Links House S&Q', player), lambda state: state.has('Zelda Delivered', player))
set_rule(world.get_entrance('Sanctuary S&Q', player), lambda state: state.has('Zelda Delivered', player))
add_rule(world.get_entrance('Old Man S&Q', player), lambda state: state.has('Zelda Delivered', player))
# these are because of rails
if world.shuffle[player] != 'vanilla':
# where ever these happen to be