--Fixed Aga Tower staircase (Push statue)

--Petting Zoo rename
--Gui fix for repeated options
--Eliminated bad rule - (It Required Desert BK even if wallslide not in desert)
This commit is contained in:
aerinon
2020-01-10 15:35:54 -07:00
committed by compiling
parent f713fc238c
commit 526eca50b0
7 changed files with 9 additions and 8 deletions

View File

@@ -159,7 +159,6 @@ def global_rules(world, player):
# Desert
set_rule(world.get_location('Desert Palace - Torch', player), lambda state: state.has_Boots(player))
set_rule(world.get_entrance('Desert Wall Slide NW', player), lambda state: state.has_fire_source(player))
add_rule(world.get_entrance('Desert Wall Slide NW', player), lambda state: state.has('Big Key (Desert Palace)', player))
set_defeat_dungeon_boss_rule(world.get_location('Desert Palace - Prize', player))
set_defeat_dungeon_boss_rule(world.get_location('Desert Palace - Boss', player))