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:
@@ -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))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user