mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LTTP: Create Hyrule Castle Big Key Rule On Universal Small Keys Option (#2787)
This commit is contained in:
@@ -968,6 +968,9 @@ def standard_rules(world, player):
|
|||||||
|
|
||||||
set_rule(world.get_location('Sewers - Key Rat Key Drop', player),
|
set_rule(world.get_location('Sewers - Key Rat Key Drop', player),
|
||||||
lambda state: state._lttp_has_key('Small Key (Hyrule Castle)', player, 3))
|
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):
|
def toss_junk_item(world, player):
|
||||||
items = ['Rupees (20)', 'Bombs (3)', 'Arrows (10)', 'Rupees (5)', 'Rupee (1)', 'Bombs (10)',
|
items = ['Rupees (20)', 'Bombs (3)', 'Arrows (10)', 'Rupees (5)', 'Rupee (1)', 'Bombs (10)',
|
||||||
|
Reference in New Issue
Block a user