Skip to content

Commit

Permalink
Create Hyrule Castle Big Key rule on universal small keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchav committed Feb 1, 2024
1 parent 518b04c commit cec6284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/alttp/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,9 @@ def standard_rules(world, player):

set_rule(world.get_location('Sewers - Key Rat Key Drop', player),
lambda state: state._lttp_has_key('Small Key (Hyrule Castle)', player, 3))
else:
set_rule(world.get_location('Hyrule Castle - Zelda\'s Chest', player),
lambda state: state.has('Big Key (Hyrule Castle)', player))

def toss_junk_item(world, player):
items = ['Rupees (20)', 'Bombs (3)', 'Arrows (10)', 'Rupees (5)', 'Rupee (1)', 'Bombs (10)',
Expand Down

0 comments on commit cec6284

Please sign in to comment.