Adding some more interior doors to HC and Eastern

This commit is contained in:
aerinon
2019-10-22 23:00:07 -06:00
parent 8db8d066b4
commit be03fc214d
5 changed files with 469 additions and 397 deletions

View File

@@ -266,6 +266,7 @@ def global_rules(world, player):
# Eastern Palace
# Eyegore room needs a bow
set_rule(world.get_entrance('Eastern Eyegores NE', player), lambda state: state.can_shoot_arrows(player))
set_rule(world.get_entrance('Eastern Map Balcony Hook Path', player), lambda state: state.has('Hookshot', player))
# Big key rules
set_rule(world.get_location('Eastern Palace - Big Chest', player), lambda state: state.has('Big Key (Eastern Palace)', player))
if world.accessibility == 'locations':