feat: updated maze race/hobo clips

refactor: bunny pocket assumes a connector/dungeon_revive entrance is available, for now
fix: mirrorless_moat_rule no longer allows flippers in swamp
fix: problems from merge
This commit is contained in:
aerinon
2024-01-03 16:24:35 -07:00
parent 4246439c61
commit ce4179abb9
6 changed files with 73 additions and 112 deletions

View File

@@ -220,6 +220,7 @@ def underworld_glitches_rules(world, player):
def mirrorless_moat_rule(state):
return (
state.can_reach("Old Man S&Q", "Entrance", player)
and state.has("Flippers", player)
and mire_clip(state)
and (hera_rule(state) or gt_rule(state))
)